QIO Importer
mekanism:qio_importer

QIO Importer

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 Sticky Piston, arranged in the pattern shown. Produces QIO Importer.

Crafting
QIO Importer QIO Importer guaranteed

Mining & drops

sourcecountchanceconditions
QIO Importer1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
mekanism:qio_importer
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:sticky_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
}