Printer

block· Machines & Other Blocks

Printer

Create Enchantment Industry · by MarbleGateKeeper & LimonBlaze
block Pickaxe Mineable

Printer is a block from Create Enchantment Industry, crafted from Copper Casing, Dried Kelp, and Iron Plate.

Acquisition

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
create_enchantment_industry:printer
Namespace
create_enchantment_industry
Mod ID
create_enchantment_industry
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "A",
    "B",
    "C"
  ],
  "ingredients": {
    "A": {
      "item": "create:copper_casing"
    },
    "B": {
      "item": "minecraft:dried_kelp"
    },
    "C": {
      "tag": "forge:plates/iron"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}