Advanced Computer
16×16 · BAKED

block· Machines & Other Blocks

Advanced Computer

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

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

Acquisition

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

Crafting
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
Any Redstone Dust
Any Gold Ingot
Any Gold Ingot
Acacia Window Pane
Any Gold Ingot
  • Inputs
  • 7 × Any Gold Ingot
  • Any Redstone Dust
  • Acacia Window Pane
  • Output
  • Advanced Computer
Advanced Computer Advanced Computer guaranteed

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

Used in

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

Turtle
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
Advanced Computer
Any Gold Ingot
Any Gold Ingot
Acacia Chest
Any Gold Ingot
Advanced Turtle Advanced Turtle guaranteed

Block drops

Drops itself

Developer reference
Registry name
computercraft:computer_advanced
Namespace
computercraft
Mod ID
computercraft
Tags (4)
computercraft:blocks/computer
computercraft:items/computer
minecraft:blocks/mineable/pickaxe
minecraft:items/piglin_loved

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "#R#",
    "#G#"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:ingots/gold"
    },
    "G": {
      "tag": "forge:glass_panes"
    },
    "R": {
      "tag": "forge:dusts/redstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "computercraft:computer_upgrade",
  "pattern": [
    "###",
    "#C#",
    "# #"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:ingots/gold"
    },
    "C": {
      "item": "computercraft:computer_normal"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}