event.custom({ type: 'create:sequenced_assembly', results: 'pneumaticcraft:printed_circuit_board', ingredient: 'immersiveengineering:circuit_board', sequence: [{ type: 'create:deploying', ingredients: ['immersiveengineering:circuit_board', 'refinedstorage:raw_basic_processor'], results: 'immersiveengineering:circuit_board' }, {type: 'create:deploying', ingredients: ['immersiveengineering:circuit_board', 'immersiveengineering:wire_copper'], results: 'immersiveengineering:circuit_board' }, {type: 'create:deploying', ingredients: ['immersiveengineering:circuit_board', 'immersiveengineering:electron_tube'], results: 'immersiveengineering:circuit_board' }], transitionalItem: 'pneumaticcraft:unassembled_pcb' });
I've reloaded the world i've been in multiple times and been trying to debug the code every now and then, im not too experienced on the subject but i have some exposure to kubejs code. Recipe just does not register.
I want the sequenced recipe to be:
Input: IE Circuit backplate
Deployer 1: raw basic processor
**Deployer 2: **copper wire
Deployer 3: vacuum tube
Output: pncr finished pcb






