block· Machines & Other Blocks

Printer

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

Printer is a block from CC: Tweaked, crafted from Argillite, Any Redstone Dust, and Organic Black Dye.

Acquisition

Crafting using Argillite, Argillite, Argillite, Argillite, Any Redstone Dust, Argillite, Argillite, Organic Black Dye and Argillite, arranged in the pattern shown. Produces Printer.

Crafting
Printer guaranteed

Mining & drops

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

Recipe JSON (1):

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