block· Machines & Other Blocks

Redstone Relay

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

Redstone Relay is a block from CC: Tweaked, crafted from Stone, Any Redstone Dust, and Wired Modem.

Acquisition

Crafting using Stone, Any Redstone Dust, Stone, Any Redstone Dust, Wired Modem, Any Redstone Dust, Stone, Any Redstone Dust and Stone, arranged in the pattern shown. Produces Redstone Relay.

Crafting
Redstone Relay guaranteed

Mining & drops

sourcecountdrop rateconditions
Redstone Relay1–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:redstone_relay
Namespace
computercraft
Mod ID
computercraft
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "SRS",
    "RCR",
    "SRS"
  ],
  "ingredients": {
    "C": {
      "item": "computercraft:wired_modem"
    },
    "R": {
      "tag": "forge:dusts/redstone"
    },
    "S": {
      "item": "minecraft:stone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}