I can’t find it anywhere and it’s a bit confusing. For example the sheet_metal recipes in this file:
in one it uses ‘steel_standard’ like this:
"using": [ [ "forging_standard", 5 ], [ "steel_standard", 6 ] ],
and in another it’s a component:
"components": [ [ [ "sheet_metal_small", 24 ] ] ]
I would think that the steel_standard should be in ‘components’ rather then ‘using’.
I have seen cooking oil in the ‘using’ key when using it to cook something. In that case I wouldn’t call it a component since it is not necessarily consumed by the result. But if the ingredient is part of the result shouldn’t it be in ‘components’ rather then ‘using’?