Control Chip
16×16 · BAKED

item· Other

Control Chip

Create: Connected · by Lysine
item

Control Chip is an item from Create: Connected, crafted from Golden Sheet.

Acquisition

Sequenced Assembly: Starting from Golden Sheet. Carried through each pass as Incomplete Control Chip. process 3× through: Deploying with Electron Tube; then Deploying with Redstone Dust; then Pressing. Most likely produces Control Chip (81% chance), with other outcomes possible.

Sequenced Assembly

Starting from:

Carried through each pass:

The sequence, processed 3×:

  1. Deploying + Electron Tube
  2. Deploying + Redstone Dust
  3. Pressing
Control Chip
Control Chip success 81%

Scrap pool (partial-failure outcomes):

Electron Tube Electron Tube 5%
Redstone Dust Redstone Dust 5%
Golden Sheet Golden Sheet 3%
Gold Nugget Gold Nugget 2%
Crushed Raw Gold Crushed Raw Gold 1%
Iron Sheet Iron Sheet 1%
Nether Quartz Nether Quartz
Compass Compass
Developer reference
Registry name
create_connected:control_chip
Namespace
create_connected
Mod ID
create_connected

Recipe JSON (1):

{
  "recipe_type": "create:sequenced_assembly",
  "pattern": null,
  "ingredients": {
    "item": "create:golden_sheet"
  },
  "conditions": [],
  "sequence": {
    "loops": 3,
    "sequence": [
      {
        "type": "create:deploying",
        "results": [
          {
            "item": "create_connected:incomplete_control_chip",
            "count": 1,
            "chance": 1,
            "outputKind": "item"
          }
        ],
        "ingredients": [
          {
            "item": "create_connected:incomplete_control_chip"
          },
          {
            "item": "create:electron_tube"
          }
        ]
      },
      {
        "type": "create:deploying",
        "results": [
          {
            "item": "create_connected:incomplete_control_chip",
            "count": 1,
            "chance": 1,
            "outputKind": "item"
          }
        ],
        "ingredients": [
          {
            "item": "create_connected:incomplete_control_chip"
          },
          {
            "item": "minecraft:redstone"
          }
        ]
      },
      {
        "type": "create:pressing",
        "results": [
          {
            "item": "create_connected:incomplete_control_chip",
            "count": 1,
            "chance": 1,
            "outputKind": "item"
          }
        ],
        "ingredients": [
          {
            "item": "create_connected:incomplete_control_chip"
          }
        ]
      }
    ]
  },
  "group_name": null,
  "experience": null,
  "cooking_time": null
}