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

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

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

Last updated