Computer
16×16 · BAKED

block· Machines & Other Blocks

Computer

CC: Tweaked · by Daniel Ratcliffe, Aaron Mills, SquidDev
block ComputerComputerPickaxe Mineable

Computer is a block from CC: Tweaked, crafted from Argillite, Any Redstone Dust, and Acacia Window Pane.

Acquisition

Crafting using Argillite, Argillite, Argillite, Argillite, Any Redstone Dust, Argillite, Argillite, Acacia Window Pane and Argillite, arranged in the pattern shown. Produces Computer.

Crafting
Computer Computer guaranteed

Used in

Computer Upgrade using Any Gold Ingot, Any Gold Ingot, Any Gold Ingot, Any Gold Ingot, Computer, Any Gold Ingot, Any Gold Ingot and Any Gold Ingot, arranged in the pattern shown. Produces Advanced Computer.

Computer Upgrade
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
Computer
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
  • Inputs
  • 7 × Any Gold Ingot
  • Computer
  • Output
  • Advanced Computer
Advanced Computer Advanced Computer guaranteed

Turtle using Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Computer, Any Iron Ingot, Any Iron Ingot, Acacia Chest and Any Iron Ingot, arranged in the pattern shown. Produces Turtle.

Turtle
Any Iron Ingot
Any Iron Ingot
Any Iron Ingot
Any Iron Ingot
Computer
Any Iron Ingot
Any Iron Ingot
Acacia Chest
Any Iron Ingot
Turtle Turtle guaranteed

Block drops

Drops itself

Developer reference
Registry name
computercraft:computer_normal
Namespace
computercraft
Mod ID
computercraft
Tags (3)
computercraft:blocks/computer
computercraft:items/computer
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "#R#",
    "#G#"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:stone"
    },
    "G": {
      "tag": "forge:glass_panes"
    },
    "R": {
      "tag": "forge:dusts/redstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}