# Botania Mana Enchanter

**Botania Mana Enchanter** is a structure added by **Botania**. It uses **Mana** provided with **Sparks** or **Mana Spreaders** to enchant equipment with enchantments defined by **Enchanted Books** dropped nearby, *without consuming the books.* This is the slowest, yet only way to automate the process of duplicating and enchanting books using the applicator.

## Building Enchanter

**Botania Mana Enchanter** and **Enchantment Applicator** can both be automated with the required materials.

**Materials**

* 3 Routers
* 3 Activator Modules
* 1 Wand of the Forest

***

* 17 Obsidian
* 1 Lapis Block
* 1 Mana spark
* 6 Mana Pylons
* 10 Dirt/Grass blocks
* 10 Mystical Flowers

***

* 1 Cyclic Dropper
* 3 Building blocks
* 1 Cyclic Item detector
* 2 Redstone
* 1 Redstone Torch
* 1 RFtools Timer
* 1 Vacuumulator

***

* 5 Pipez (+1 upgrade for filtering)
* Black hole Tank
* Enchantment Applicator
* Disenchanter
* Entangled Block
* Trash can

Build the **Multi-Block** structure shown below. **Botania Lexica** will help visually seeing block positions, then place down 3 **Modular Routers** facing into the **Mana Enchanter**, as shown below.

![](/files/ce88ba1c5804c66bbf5e411b5c9b57119e6f6946)

## Routers Configuration

**Activator Module** for ALL 3 routers should look like this. Set the **FRONT** face direction (middle part of GUI) as shown below.

![](/files/535e840bd2fdcc78c5523c52bb6b84ba7d8b6a05)

{% tabs %}
{% tab title="Left Router" %}
Tool/Weapon input, keep this fed with new tools or weapons. (Ex: RS with crafting card). Be sure this is always full with a tool and set it to Pulse

![](/files/ff199b1eab4b01a6b73097d58814b6612f94f7ab)
{% endtab %}

{% tab title="Top Router" %}
Tool/Weapon Output. Be sure to set this to Redstone Mode: High

![](/files/368e27dd899cc9afde2d6ed78992a660c38c4221)
{% endtab %}

{% tab title="Right Router" %}
**Wand Of The Forest**. Give it speed upgrades if possible and a wand of the forest and set it to always on, this router always tries to start an enchanting process

![](/files/3a7be0a61ecce0784672c33a1e9e9bc17f8bcd9e)
{% endtab %}
{% endtabs %}

## Automation Setup

Place a **Cyclic Dropper** 1 block away from the **Enchanter** and set to **Always Active**. Place an **Item Detector** ontop of the bottom left flower, and a redstone line on the **LEFT** router

![](/files/7969149e8196184cd2cbd63a1f43a708fbef9e03)

{% hint style="info" %}
The Dropper will drop an enchanted book triggering the **Item detector**, which triggers the **LEFT** router, which then puts 1 tool into the **Enchanter**. The **RIGHT** Router (with the **Wand of the Forest**) will initiate the enchanting process.
{% endhint %}

* Place 3 blocks (as shown below)
* Redstone Torch on the **TOP** router (against left block)
* **RFTools Timer** (100 Delay, with “Pause while redstone is active” enabled) on 3rd block facing right
* **Vacuumulator** with redstone on top (Set **Redstone Control** HIGH).

![](/files/9cc875bbdb4acb9e73bb43f94debc269552471b2)

Setup pipes to pull out from the **TOP** router (Enchanted Tool), and the **Vacuumulator** (Enchanted Book).

![](/files/c69ce26df44945efcf6cfcac15bf54648cd91cff)

Pipes will then go into the **Enchantment Applicator**. **Black Hole Supreme Tank** on top of the **Enchantment Applicator**.

![](/files/ff7cbe64cefde6ca5acafa5b017246b8628fe9ec)

{% hint style="info" %}
Enchanting higher levels will take more than 64 buckets (internal applicator buffer) of XP/Essence, which a **Black Hole Tank** will be required on top of the applicator to act as a secondary buffer. **Liquid XP** will work up too *level 20*, afterwards **Mob Essence** will be required. The [Applicator](/guides/mods/enchantment-applicator.md) page will explain best methods of generating XP or Mob Essence.
{% endhint %}

Pipe the new combined Tool out of the **Applicator** and put it into a **Cylic Disenchanter** to split the 2 again

![](/files/c55d16127c49c0f520b86798cc356d175fb220ad)

Add a pipe, an **Entangled block** (linked to the **Dropper** at the beginning) and a **Trashcan**. Now set filters in your Pipez extraction point together with a destination tool. This makes the Book go in a loop and come back to the start of the cycle

![](/files/ac78e31f631ddccc3b915d98b70b44aca28a2882)

Rightclick the side of the Entangled block which has the pipe leading into it with the destination tool, add the Book to the filter and remove the NBT tag so all books go to the dropper

![](/files/4e0e766e2edf186176936eeacaf8e2ad970d58e4)

Do the same with your pickaxe, remove the NBT data, so all (old) tools go to the bin

![](/files/7678e1d8753332baa4dc708ca0dbb8f2b0dc1ef5)

That should look something like this

![](/files/368823503096859decae5a246a0a414c46e0309d)

Dont forget to put a spark on your Mana Enchanter and get a decent Mana Supply! Put a book into the dropper and the whole process should work automaticly.

![](/files/887ba4ac1141c4b22924abd631b447a68ba620ce)

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


---

# 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/all-the-mods-6/enchanting/botania-mana-enchanter.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.
