block· Machines & Other Blocks

ME Pattern Provider

block Pattern ProviderPickaxe Mineable

ME Pattern Provider is a block from Applied Energistics 2, crafted from Any Iron Ingot, Crafting Table, Annihilation Core, and Formation Core.

Acquisition

Crafting using Any Iron Ingot, Crafting Table, Any Iron Ingot, Annihilation Core, Formation Core, Any Iron Ingot, Crafting Table and Any Iron Ingot, arranged in the pattern shown. Produces ME Pattern Provider.

Crafting
ME Pattern Provider guaranteed

Crafting using ME Pattern Provider, in any arrangement. Produces ME Pattern Provider.

Crafting ⇆ any arrangement
ME Pattern Provider
ME Pattern Provider guaranteed

Used in

Crafting using ME Pattern Provider, in any arrangement. Produces ME Pattern Provider.

Crafting ⇆ any arrangement
ME Pattern Provider ME Pattern Provider guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
ae2:pattern_provider
Namespace
ae2
Mod ID
ae2
Tags (2)
ae2:items/pattern_provider
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "aba",
    "c d",
    "aba"
  ],
  "ingredients": {
    "a": {
      "tag": "forge:ingots/iron"
    },
    "b": {
      "item": "minecraft:crafting_table"
    },
    "c": {
      "item": "ae2:annihilation_core"
    },
    "d": {
      "item": "ae2:formation_core"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "ae2:cable_pattern_provider"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}