Fairly new to this...
Running into some issues with create.
event.recipes.create.mechanical_crafting('create_new_age:generator_coil',[
' MMM',
'MCSCM',
'MSISM',
'MCSCM',
' MMM ',
],{
M: { item: 'create_new_age:magnetite_block' },
C: { item: 'createaddition:copper_spool' },
S: { item: 'create:shaft' },
I: { item: 'create:industrial_iron_block' },
})
})```
I already have removed the recipe just trying to adjust it with mechanical crafting... unfortunately having issues trying to decode the wiki one with multiple item inputs.