block· Machines & Other Blocks

Speaker

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

Speaker is a block from CC: Tweaked, crafted from Argillite, Note Block, and Any Redstone Dust.

Acquisition

Crafting using Argillite, Argillite, Argillite, Argillite, Note Block, Argillite, Argillite, Any Redstone Dust and Argillite, arranged in the pattern shown. Produces Speaker.

Crafting
Speaker guaranteed

Mining & drops

sourcecountdrop rateconditions
Speaker1–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.

Used in

Impostor Shaped using Speaker and Turtle, arranged in the pattern shown. Produces Turtle.

Impostor Shaped
Turtle Turtle guaranteed

Impostor Shaped using Speaker and Pocket Computer, arranged in the pattern shown. Produces Pocket Computer.

Impostor Shaped
Pocket Computer Pocket Computer guaranteed

Impostor Shaped using Speaker and Advanced Turtle, arranged in the pattern shown. Produces Advanced Turtle.

Impostor Shaped
Advanced Turtle Advanced Turtle guaranteed

Impostor Shaped using Speaker and Advanced Pocket Computer, arranged in the pattern shown. Produces Advanced Pocket Computer.

Impostor Shaped
Advanced Pocket Computer Advanced Pocket Computer guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (1):

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