# Форменные рецепты

Теперь добавим **форменный рецепт**. Разработаем рецепт саженца дуба из 6 губок и 2 яблок

```javascript
onEvent('recipes', event => {
 // Change recipes here
 event.shapeless("flint", ["gravel", "gravel", "gravel"])
 event.shaped('minecraft:oak_sapling', [
 'SAS',
 'S S',
 'SAS'
 ], {
 S: 'minecraft:sponge',
 A: 'minecraft:apple'
 })
})
```

Расположите ресурсы в скрипте, ориентируясь на интерфейс верстака (3х3).

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


---

# 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/kubejs/formennye-recepty.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.
