ME Formation Plane

item· Other

ME Formation Plane

item

ME Formation Plane is an item from Applied Energistics 2, crafted from Fluix Crystal, Any Iron Ingot, and Formation Core.

Acquisition

Crafting using Fluix Crystal, Fluix Crystal, Fluix Crystal, Any Iron Ingot, Formation Core and Any Iron Ingot, arranged in the pattern shown. Produces ME Formation Plane.

Crafting
Fluix Crystal
Fluix Crystal
Fluix Crystal
Any Iron Ingot
Formation Core
Any Iron Ingot
ME Formation Plane ME Formation Plane guaranteed

Crafting using Any Iron Ingot, Fluix Crystal, Formation Core, Fluix Crystal, Any Iron Ingot and Fluix Crystal, arranged in the pattern shown. Produces ME Formation Plane.

Crafting
Any Iron Ingot
Fluix Crystal
Formation Core
Fluix Crystal
Any Iron Ingot
Fluix Crystal
ME Formation Plane ME Formation Plane guaranteed
Developer reference
Registry name
ae2:formation_plane
Namespace
ae2
Mod ID
ae2

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "aaa",
    "bcb"
  ],
  "ingredients": {
    "a": {
      "tag": "ae2:all_fluix"
    },
    "b": {
      "tag": "forge:ingots/iron"
    },
    "c": {
      "item": "ae2:formation_core"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "ab",
    "cb",
    "ab"
  ],
  "ingredients": {
    "a": {
      "tag": "forge:ingots/iron"
    },
    "b": {
      "tag": "ae2:all_fluix"
    },
    "c": {
      "item": "ae2:formation_core"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}