Memory Card

item· Other

Memory Card

item

Memory Card is an item from Applied Energistics 2, crafted from Calculation Processor, Any Iron Ingot, Any Gold Ingot, and Any Redstone Dust.

Acquisition

Crafting using Calculation Processor, Any Iron Ingot, Any Iron Ingot, Any Gold Ingot, Any Redstone Dust and Any Gold Ingot, arranged in the pattern shown. Produces Memory Card.

Crafting
Calculation Processor
Any Iron Ingot
Any Iron Ingot
Any Gold Ingot
Any Redstone Dust
Any Gold Ingot
  • Inputs
  • Calculation Processor
  • 2 × Any Iron Ingot
  • 2 × Any Gold Ingot
  • Any Redstone Dust
  • Output
  • Memory Card
Memory Card Memory Card guaranteed
Developer reference
Registry name
ae2:memory_card
Namespace
ae2
Mod ID
ae2

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "abb",
    "cdc"
  ],
  "ingredients": {
    "a": {
      "item": "ae2:calculation_processor"
    },
    "b": {
      "tag": "forge:ingots/iron"
    },
    "c": {
      "tag": "forge:ingots/gold"
    },
    "d": {
      "tag": "forge:dusts/redstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}