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

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

Теперь добавим **форменный рецепт**. Разработаем рецепт саженца дуба из 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>
