My custom alloy and casting table recipes aren't working and are causing errors
event.custom({
type: 'tconstruct:alloy',
inputs: [
{
amount: 90,
fluid: 'tconstruct:molten_netherite'
},
{
amount: 90,
fluid: 'tconstruct:molten_ender'
}
],
result: { fluid: 'kubejs:celestial_fluid', amount: 180},
temperature: 1400
})
event.custom({
type: 'tconstruct:casting_table',
cast: {
tag: 'tconstruct:casts/multi_use/ingot'
},
cooling_time: 47,
fluid: {
amount: 90,
fluid: 'kubejs:celestial_fluid'
},
result: {
item: 'kubejs:celestial_compound'
}
})```