> For the complete documentation index, see [llms.txt](https://wiki.holyworld.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.holyworld.me/lite/items/autocraft.md).

# Автокрафт

Автокрафт — это специальный функциональный блок, который позволяет создавать предметы в автоматическом режиме при помощи сигнала редстоуна.

## Как создать блок автокрафта

<div data-with-frame="true"><figure><img src="https://3790110358-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdUjrpZZ2IIJeYTVyn1S1%2Fuploads%2Fgit-blob-7c508cd8eba336add4d13f1c52345ff0781226a1%2Fautocraft-craft.png?alt=media" alt=""><figcaption><p>Создание блока Автокрафта на наковальне</p></figcaption></figure></div>

Чтобы создать блок автокрафта, вам достаточно переименовать **раздатчик** на наковальне в «Автокрафт», при этом это будет стоит 1 уровень опыта.

## Как работает автокрафт

### Правильная установка

Работа автокрафта достаточно проста, чтобы правильно его установить, поставьте его лицевую часть блока в ту сторону, куда будет класться результат крафта, а противоположную сторону от куда будут браться материалы. И подведите сигнал редстоуна к блоку автокрафта любым способом.

<div data-with-frame="true"><figure><img src="https://3790110358-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdUjrpZZ2IIJeYTVyn1S1%2Fuploads%2Fgit-blob-8cdb52fd0d9f7f032c0cf997e445e1c3fc2355a3%2Fautocraft-example.png?alt=media" alt=""><figcaption><p>Простой пример постройки системы автокрафта</p></figcaption></figure></div>

### Рецепт крафта

<div data-with-frame="true"><figure><img src="https://3790110358-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdUjrpZZ2IIJeYTVyn1S1%2Fuploads%2Fgit-blob-308e93bcf01da19def77eee0f8cd9e42080b045e%2Fautocraft-recipe.png?alt=media" alt=""><figcaption><p>Пример рецепта верстака на автокрафте</p></figcaption></figure></div>

Чтобы выбрать рецепт для крафта, откройте меню автокрафта и поместите туда предметы, как на обычном верстаке.

### Работа автокрафта

Если вы правильно установили все блоки и выложили рецепт, то вам достаточно просто провести сигнал редстоуна к блоку автокрафта.

{% hint style="info" %}
Вы можете активировать автокрафт любым способом: любой кнопкой или рычагом, наблюдателем или же вовсе сложными цепочками редстоуна.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.holyworld.me/lite/items/autocraft.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
