block· Machines & Other Blocks

Disk Drive

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

Disk Drive is a block from CC: Tweaked, crafted from Argillite and Any Redstone Dust.

Acquisition

Crafting using Argillite, Argillite, Argillite, Argillite, Any Redstone Dust, Argillite, Argillite, Any Redstone Dust and Argillite, arranged in the pattern shown. Produces Disk Drive.

Crafting
  • Inputs
  • 7 × Argillite
  • 2 × Any Redstone Dust
  • Output
  • Disk Drive
Disk Drive guaranteed

Mining & drops

sourcecountdrop rateconditions
Disk Drive1–1100%Survives Explosion

Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.

Block drops

Drops itself when broken.

Developer reference
Registry name
computercraft:disk_drive
Namespace
computercraft
Mod ID
computercraft
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

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