{
  "type": "create:sequenced_assembly",
  "ingredient": {
    "item": "tfmg:etched_circuit_board"
  },
  "loops": 4,
  "results": [
    {
      "item": "tfmg:circuit_board"
    }
  ],
  "sequence": [
    {
      "type": "create:deploying",
      "ingredients": [
        {
          "item": "tfmg:unfinished_circuit_board"
        },
        {
          "item": "tfmg:capacitor_item"
        }
      ],
      "results": [
        {
          "item": "tfmg:unfinished_circuit_board"
        }
      ]
    },
    {
      "type": "create:deploying",
      "ingredients": [
        {
          "item": "tfmg:unfinished_circuit_board"
        },
        {
          "item": "tfmg:resistor"
        }
      ],
      "results": [
        {
          "item": "tfmg:unfinished_circuit_board"
        }
      ]
    },
    {
      "type": "create:deploying",
      "ingredients": [
        {
          "item": "tfmg:unfinished_circuit_board"
        },
        {
          "item": "tfmg:transistor_item"
        }
      ],
      "results": [
        {
          "item": "tfmg:unfinished_circuit_board"
        }
      ]
    },
    {
      "type": "create:deploying",
      "ingredients": [
        {
          "item": "tfmg:unfinished_circuit_board"
        },
        {
          "item": "tfmg:resistor"
        }
      ],
      "results": [
        {
          "item": "tfmg:unfinished_circuit_board"
        }
      ]
    }
  ],
  "transitionalItem": {
    "item": "tfmg:unfinished_circuit_board"
  }
}