# AE2 Infuser Auto-Crafting

## AE2 Mekanism Infuser Auto-Crafting

Using **ME Pattern Providers**, we can fully automate the **Metallurgic Infuser** (Left) and **Enrichment Chamber** (Right). This setup will only use 2 channels of your main network.

**Materials**

* 1x Metalluric Infuser (higher the level, the better)
* 1x Enrichment Chamber (higher, the better)
* 1x Quartz Fiber
* 8x AE2 Cables
* 2x ME Pattern Provider (Block form)
* 1x ME Interface (Panel form)
* 2x ME Storage Bus
* 8x Blank Patterns

{% hint style="info" %}
Do you have Refined Obsidian automated already?

You can skip the **Obsidian Dust** filter on the left storage bus and the **Refined Obsidian Dust Pattern** and instead make a processing pattern to turn **Refined Obsidian Ingots** into **Refined Obsidian Dust** and put that in **Pattern Provider** connected to a **Crusher**.
{% endhint %}

### Building and Configuring

{% stepper %}
{% step %}

### Place the Metallurgic Infuser

Put down your **Metallurgic Infuser** and place an **ME Storage Bus** on both sides of the infuser.
{% endstep %}

{% step %}

### Add the pattern provider, interface, and quartz fiber

Place an **ME Pattern Provider** right behind the infuser and put an **ME Interface** on **top**, then place a **Quartz Fiber** on the side.
{% endstep %}

{% step %}

### Connect the AE2 devices

Place **7 AE2 cables** (Yellow in the example) connecting *all* AE2 devices. The orange cable connects to your main AE2 network.

![](/files/ef97e2ce920dd6a4f55fbacc9f34e4f457d8160c)
{% endstep %}

{% step %}

### Add the Enrichment Chamber

Adjacent to the Infuser, place an **Enrichment Chamber** and a **Pattern Provider** behind it and place a cable connecting **both** pattern providers.

If you’re using the same colored cables, place a **Cable Anchor** between them or use a different color.

![](/files/7a8402c3ea1278f73bdbcc7cf713aab8b63b53fb)

![](/files/b2cf178dab0d6d01b978d3abb8a0fdcd4b850cc2)

![](/files/ac681b519d61523989b4771d8ac1abcc2cde1318)
{% endstep %}

{% step %}

### Set the machine inputs and outputs

Set the **Infuser** & **Enrichment** inputs/outputs like the images below.

![](/files/1278fb8f8cc9b48335776abe26bc6d85d2421803)

The **Infuser** will input items on the left (Red Slot) and Extra Items on the right (Yellow Slot) while the **Enrichment Chamber** will input/output the back (Purple).
{% endstep %}

{% step %}

### Configure the storage bus filters

For the **ME Storage Buses** item filters have **Iron**, **Infused Alloy**, **Enriched Alloy**, and **Obsidian Dust** on the *left* side and **Enriched Redstone**, **Diamond**, and **Obsidian** on the *right*.

![](/files/5bee89fdf3fa2a5add095dd6d273094d2bf87d4d)
{% endstep %}
{% endstepper %}

### Processing Patterns

Now, we’ll encode the **Processing Patterns**. These patterns are made so there will be a *(essentially)* 0% chance of clogging the Infuser due to leftover materials.

{% hint style="warning" %}
Make sure to set the patterns to **Process** (Furnace icon) instead of **Crafting** (Crafting Table icon).
{% endhint %}

{% columns %}
{% column %}
**Infuser Patterns**

* 8 Iron + 1 Enriched Redstone = 8 Infused Alloy
* 4 Infused Alloy + 1 Enriched Diamond = 4 Enriched Alloy
* 2 Enriched Alloy + 1 Enriched Obsidian = 2 Atomic Alloy
* 1 Obsidian = 4 Obsidian Dust

![](/files/c74b6d26583e6042aa874fa44cdef75a97181072)
{% endcolumn %}

{% column %}
**Enrichment Chamber Patterns**

* 1 Redstone = 1 Enriched Redstone
* 1 Diamond = 1 Enriched Diamond
* 1 Refined Obsidian Dust = 1 Enriched Obsidian
* 8 Obsidian Dust + 1 Enriched Diamond = 8 Refined Obsidian Dust

![](/files/4a12a1e7430f5a31c1970da08f0fcc3b12dd7436)
{% endcolumn %}
{% endcolumns %}

Then you’ll put patterns in each pattern provider as shown below.

Make sure to give both machines power and to enabled `Auto-Split`.

![](/files/dda8a4281acddee10d1b8f21249d7ee6b445f282)

> Mekanism | [CurseForge](https://legacy.curseforge.com/minecraft/mc-mods/mekanism)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://allthemods.gitbook.io/guides/mods/mekanism/mekanism-infuser-auto-crafting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
