QIO Exporter
mekanism:qio_exporter

QIO Exporter

Mekanism · by Aidancbrady, Thommy101, Thiakil, pupnewfster, dizzyd
block Pickaxe Mineable

Acquisition

Crafting using Any Lead Ingot, Teleportation Core, Any Lead Ingot, Polonium Pellet, Ultimate Control Circuit, Polonium Pellet and Piston, arranged in the pattern shown. Produces QIO Exporter.

Crafting
QIO Exporter QIO Exporter guaranteed

Mining & drops

sourcecountchanceconditions
QIO Exporter1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "ITI",
    "ACA",
    " # "
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:piston"
    },
    "A": {
      "tag": "forge:pellets/polonium"
    },
    "C": {
      "tag": "forge:circuits/ultimate"
    },
    "I": {
      "tag": "forge:ingots/lead"
    },
    "T": {
      "item": "mekanism:teleportation_core"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}