> 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="https://88247998-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwIhyvBxJYLfHMqS8tmat%2Fuploads%2FwQL0RBtGlJFHQ9qgTum0%2Fshaped_bush.png?alt=media&amp;token=22d2b7f0-ab1b-4693-aef2-e8001fe08832" alt=""><figcaption></figcaption></figure></div>
