So i attempted to create a custom recipe for create since kubejs create doesnt exist for fabric 1.20.1 and im running into issues
ServerEvents.recipes(event => {
event.custom([
type: 'create:mixing',
ingredients: [
{ item: 'minecraft:cobblestone' },
{ item: 'minecraft:gold_nugget' },
{ fluid: 'minecraft:lava', amount: 100 }
],
results: [
{ item: 'create:ochrum' }
]
'heatRequirement': 'heated'
])
}
here's the server log

