ServerEvents.recipes(event => {
// удаленые рецепты
event.remove({ output: '#minecraft:planks' })
// верстак добавленые
event.shaped('2x #minecraft:planks', [// arg 1: output
'AB',
], {
A: '#forge:tools/axes',
B: '#minecraft:logs', //arg 3: the mapping object
}
)
})
what tag to use for axe so it doesn't get wasted after first try to make boards