I'm getting the error "Failed to create recipe for type 'create:sequenced_assembly': Failed to create Sequence recipe must be an assembly recipe!" with the following code. Not sure what I've done wrong.
'kubejs:creative_alloy'
],
'create:chromatic_compound', [
event.recipes.createSandpaperPolishing('kubejs:incomplete_compound', 'kubejs:incomplete_compound'),
event.recipes.createSplashing('kubejs:incomplete_compound', 'kubejs:incomplete_compound'),
event.recipes.createCompacting('kubejs:incomplete_compound', 'kubejs:incomplete_compound').superheated()
]).transitionalItem('kubejs:incomplete_compound').loops(16)```