Configuration Card
mekanism:configuration_card

Configuration Card

Mekanism · by Aidancbrady, Thommy101, Thiakil, pupnewfster, dizzyd
item

Acquisition

Crafting using Any Infused Alloy, Any Infused Alloy, Basic Control Circuit, Any Infused Alloy and Any Infused Alloy, arranged in the pattern shown. Produces Configuration Card.

Crafting
Any Infused Alloy
Any Infused Alloy
Basic Control Circuit
Any Infused Alloy
Any Infused Alloy
Configuration Card Configuration Card guaranteed
Developer reference
Registry name
mekanism:configuration_card
Namespace
mekanism
Mod ID
mekanism

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " A ",
    "ACA",
    " A "
  ],
  "ingredients": {
    "A": {
      "tag": "mekanism:alloys/infused"
    },
    "C": {
      "tag": "forge:circuits/basic"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}