hi all
my server script recipes broke and i dont know how to fix it after the upgrade to mc 1.19.2 and the matching kubejs
here is a piece of the server script , iof someone can tell em what to change i can fix the rest in the script myself
onEvent('recipes', event => {
event.remove({output: 'minecraft:barrel'})
event.shaped('blockus:charred_barrel', [
'SAS',
'S S',
'SAS'
], {
S: 'blockus:charred_planks',
A: 'blockus:charred_slab'
})
1.19.2
fabric
thanks in advance
