For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

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

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

Last updated