QIO Redstone Adapter
mekanism:qio_redstone_adapter

QIO Redstone Adapter

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

Acquisition

Crafting using Polonium Pellet, Redstone Torch, Polonium Pellet, Ultimate Control Circuit, Any Redstone Dust, Ultimate Control Circuit, Polonium Pellet, Teleportation Core and Polonium Pellet, arranged in the pattern shown. Produces QIO Redstone Adapter.

Crafting
Polonium Pellet
Redstone Torch
Polonium Pellet
Ultimate Control Circuit
Any Redstone Dust
Ultimate Control Circuit
Polonium Pellet
Teleportation Core
Polonium Pellet
QIO Redstone Adapter QIO Redstone Adapter guaranteed

Mining & drops

sourcecountchanceconditions
QIO Redstone Adapter1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "IWI",
    "CRC",
    "ITI"
  ],
  "ingredients": {
    "C": {
      "tag": "forge:circuits/ultimate"
    },
    "I": {
      "tag": "forge:pellets/polonium"
    },
    "R": {
      "tag": "forge:dusts/redstone"
    },
    "T": {
      "item": "mekanism:teleportation_core"
    },
    "W": {
      "item": "minecraft:redstone_torch"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}