Command Computer
16×16 · BAKED

block· Machines & Other Blocks

Command Computer

CC: Tweaked · by Daniel Ratcliffe, Aaron Mills, SquidDev
block ComputerComputerWither Immune

Command Computer is a block from CC: Tweaked, crafted from Any Gold Ingot, Command Block, and Acacia Window Pane.

Acquisition

Crafting using Any Gold Ingot, Any Gold Ingot, Any Gold Ingot, Any Gold Ingot, Command Block, Any Gold Ingot, Any Gold Ingot, Acacia Window Pane and Any Gold Ingot, arranged in the pattern shown. Produces Command Computer.

Crafting
Command Computer Command Computer guaranteed

Block drops

Drops itself

Developer reference
Registry name
computercraft:computer_command
Namespace
computercraft
Mod ID
computercraft
Tags (3)
computercraft:blocks/computer
computercraft:items/computer
minecraft:blocks/wither_immune

Recipe JSON (1):

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