mekanism:combiner

Combiner

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

Acquisition

Crafting using Any Reinforced Alloy, Elite Control Circuit, Any Reinforced Alloy, Any Normal Cobblestone, Steel Casing, Any Normal Cobblestone, Any Reinforced Alloy, Elite Control Circuit and Any Reinforced Alloy, arranged in the pattern shown. Produces Combiner.

Crafting
Combiner guaranteed

Mining & drops

sourcecountchanceconditions
Combiner1–1100%

Used in (1)

Mek Data using Redstone Dust, Basic Control Circuit, Redstone Dust, Any Iron Ingot, Combiner, Any Iron Ingot, Redstone Dust, Basic Control Circuit and Redstone Dust, arranged in the pattern shown. Produces Basic Combining Factory.

Mek Data
Basic Combining Factory Basic Combining Factory guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "ACA",
    "_X_",
    "ACA"
  ],
  "ingredients": {
    "A": {
      "tag": "mekanism:alloys/reinforced"
    },
    "C": {
      "tag": "forge:circuits/elite"
    },
    "X": {
      "item": "mekanism:steel_casing"
    },
    "_": {
      "tag": "forge:cobblestone/normal"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}