Networking Cable

block· Machines & Other Blocks

Networking Cable

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

Networking Cable is a block from CC: Tweaked, crafted from Argillite and Any Redstone Dust.

Acquisition

Crafting using Argillite, Argillite, Any Redstone Dust, Argillite and Argillite, arranged in the pattern shown. Produces 6× Networking Cable.

Crafting
  • Inputs
  • 4 × Argillite
  • Any Redstone Dust
  • Output
  • Networking Cable ×6
Networking Cable Networking Cable ×6 guaranteed

Mining & drops

sourcecountdrop rateconditions
Networking Cable1–1100%Survives Explosion, Block State Property

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

dropscountdrop rateconditions
Wired Modem1–1100%Survives Explosion, Inverted
Networking Cable1–1100%Survives Explosion, Block State Property

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

Developer reference
Registry name
computercraft:cable
Namespace
computercraft
Mod ID
computercraft
Tags (3)
computercraft:blocks/wired_modem
create:blocks/brittle
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

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