> 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/udalenie-recepta.md).

# Удаление рецепта

**Шаблон скрипта для удаления рецепта:**

```javascript
onEvent('recipes', event => {
 event.remove({output: 'minecraft:stick'})
})
```
