Hi everyone, i'm sorry if i've missed the response.
I try to make my recipe for create, and i've no problem with it. But the chance argument isn't work ? i've miss something ?
ServerEvents.recipes(event => {
event.recipes.create.crushing({
ingredients: [
{ item: 'selvania:selvanite_deepslate_ore' }
],
results: [
{ item: 'selvania:selvanite_raw', count: 2},
{ item: 'selvania:selvanite_ash', count: 2, chance: 0.50 },
],
processingTime: 200
})
})