Having trouble making a SA recipe. I don't get any errors, it just doesn't generate the recipe.
event.custom({
type: 'create:sequenced_assembly',
ingredient: {
item: 'immersiveengineering:hammer'
},
transitionalItem: {
item: 'kubejs:incomplete_certus_wrench'
},
sequence: [
{
type: 'create:deploying',
ingredients: [
{
item: 'kubejs:incomplete_certus_wrench'
},
{
item: 'ae2:certus_quartz_crystal'
}
],
results: [
{
item: 'kubejs:incomplete_certus_wrench'
}
]
},
{
type: 'create:filling',
ingredients: [
{
fluid: 'thermal:redstone',
nbt: {},
amount: 1000
}
],
results: [
{
item: 'kubejs:incomplete_certus_wrench'
}
]
},
{
type: 'create:haunting',
ingredients: [
{
item: 'kubejs:incomplete_certus_wrench'
}
],
results: [
{
item: 'kubejs:incomplete_certus_wrench'
}
]
}
],
results: [
{
item: 'ae2:certus_quartz_wrench',
chance: 100.0
}
],
loops: 2
})
})```
I followed along the Precision Mechanism recipe on Create's github, didn't copy it.