{
  "type": "create:sequenced_assembly",
  "ingredient": {
    "tag": "forge:foils/black_steel"
  },
  "loops": 1,
  "results": [
    {
      "chance": 120.0,
      "count": 4,
      "item": "tfmg:transistor_item"
    },
    {
      "chance": 8.0,
      "item": "tfmg:silicon_ingot"
    },
    {
      "chance": 8.0,
      "item": "tfmg:p_semiconductor"
    },
    {
      "chance": 8.0,
      "item": "tfmg:n_semiconductor"
    }
  ],
  "sequence": [
    {
      "type": "create:deploying",
      "ingredients": [
        {
          "item": "tfmg:unfinished_transistor"
        },
        {
          "tag": "forge:small_springs/copper"
        }
      ],
      "results": [
        {
          "item": "tfmg:unfinished_transistor"
        }
      ]
    },
    {
      "type": "create:deploying",
      "ingredients": [
        {
          "item": "tfmg:unfinished_transistor"
        },
        {
          "item": "tfmg:p_semiconductor"
        }
      ],
      "results": [
        {
          "item": "tfmg:unfinished_transistor"
        }
      ]
    },
    {
      "type": "create:deploying",
      "ingredients": [
        {
          "item": "tfmg:unfinished_transistor"
        },
        {
          "tag": "forge:small_springs/electrum"
        }
      ],
      "results": [
        {
          "item": "tfmg:unfinished_transistor"
        }
      ]
    },
    {
      "type": "create:deploying",
      "ingredients": [
        {
          "item": "tfmg:unfinished_transistor"
        },
        {
          "item": "tfmg:n_semiconductor"
        }
      ],
      "results": [
        {
          "item": "tfmg:unfinished_transistor"
        }
      ]
    },
    {
        "type": "create:filling",
        "ingredients": [{"item": "tfmg:unfinished_capacitor"},{"fluidTag": "forge:molten_plastic","nbt": {},"amount": 100}],
        "results": [{"item": "tfmg:capacitor_item"}]
    }
  ],
  "transitionalItem": {
    "item": "tfmg:unfinished_transistor"
  }
}