> For the complete documentation index, see [llms.txt](https://wiki.mineyour.pw/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.mineyour.pw/game/plugins/small.md).

# Небольшие механики

На этой странице вы можете прочитать о небольших механиках и изменениях, которые не заслужили отдельно раздела

***

## Фантомы

На нашем сервере фантомы отключены, так как вызывают слишком много проблема, но ради мембран можно скрафтить яйцо призыва фантома

|                                                Крафт                                                |        Предмет       |
| :-------------------------------------------------------------------------------------------------: | :------------------: |
| <div><figure><img src="/files/bPYBDiQTLhkXerrjM11U" alt=""><figcaption></figcaption></figure></div> | Яйцо призыва фантома |

***

## Починка наковальни

Наковальню можно починить при помощи железных блоков

***

## Невидимые рамки

Чтобы сделать невидимую рамку нажмите `Shift + ПКМ` по обычной рамке, держа в руке ножницы

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

***

## Восстановление коры

Чтобы восстановить обтёсанное бревно к нормальному нажмите по нему ПКМ, держа в руке костную муку

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

***

## Инвентарь в чате

Можно показывать инвентарь, предмет и эндер сундук в чате, просто используйте пейсхолдеры в чате

| Плейсхолдер |        Описание       |
| :---------: | :-------------------: |
|   `[пред]`  |    Показать предмет   |
|   `[инв]`   |   Показать инвентарь  |
|    `[ек]`   | Показать эндер сундук |

***

## Ускоренные вагонетки

Можно скрафтить ускоренные вагонетки

<table><thead><tr><th align="center">Крафт</th><th align="center" valign="middle">Предмет</th></tr></thead><tbody><tr><td align="center"><div><figure><img src="/files/va9aSz2EkmQGrgOR1zan" alt=""><figcaption></figcaption></figure></div></td><td align="center" valign="middle">Ускоренная вагонетка</td></tr></tbody></table>

С её помощью можно делать ускоренный вагонетки с чем-нибудь

***

## Окисление меди

Можно скрафтить окислитель, с помощью которого можно быстро окислить медь, просто нажмите `Shift + ПКМ` по медному блоку

|                                                Крафт                                                |   Предмет  |
| :-------------------------------------------------------------------------------------------------: | :--------: |
| <div><figure><img src="/files/0C5dLY1U36bPFI7G49BP" alt=""><figcaption></figcaption></figure></div> | Окислитель |

***

## Мячик

Чтобы создать мячик нажмите `ПКМ` по иглобрюху, держа в руке 8 кожи

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

***

## Ускоренные счастливые гасты

Счастливые гасты на нашем сервере были немного ускорены, также вы можете временно ускорять счасливого гаста подкармливая его снежками во время полёта

<figure><img src="/files/ZfJLYKWpBbIRzC9rLHBI" 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, and the optional `goal` query parameter:

```
GET https://wiki.mineyour.pw/game/plugins/small.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.
