Basic Card
16×16 · BAKED

item· Other

Basic Card

item

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

Acquisition

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

Crafting
Any Gold Ingot
Any Iron Ingot
Any Redstone Dust
Calculation Processor
Any Iron Ingot
Any Gold Ingot
Any Iron Ingot
  • Inputs
  • 2 × Any Gold Ingot
  • 3 × Any Iron Ingot
  • Any Redstone Dust
  • Calculation Processor
  • Output
  • Basic Card ×2
Basic Card Basic Card ×2 guaranteed

Used in

Crafting using Redstone Torch and Basic Card, in any arrangement. Produces Redstone Card.

Crafting ⇆ any arrangement
Redstone Torch
Basic Card
Redstone Card Redstone Card guaranteed

Crafting using Calculation Processor and Basic Card, in any arrangement. Produces Overflow Destruction Card.

Crafting ⇆ any arrangement
Calculation Processor
Basic Card
Overflow Destruction Card Overflow Destruction Card guaranteed

Crafting using Crafting Table and Basic Card, in any arrangement. Produces Crafting Card.

Crafting ⇆ any arrangement
Crafting Card Crafting Card guaranteed
Developer reference
Registry name
ae2:basic_card
Namespace
ae2
Mod ID
ae2

Recipe JSON (1):

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