> For the complete documentation index, see [llms.txt](https://wiki.valhelsia.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.valhelsia.net/external-mods/forbidden-and-arcanus/wiki/blocks/hephaestus-forge/essence-providers.md).

# Essence Providers

## Aureal

If you want to use items to provide the needed Aureal you'll need to use normal Aureal Bottles or their Splash variant.

Alternatively, the Aureal production can be automated using Arcane Crystal Obelisks.&#x20;

{% hint style="info" %}
A guide to these Obelisks can be found here: [Hephaestus Forge](/external-mods/forbidden-and-arcanus/wiki/blocks/hephaestus-forge.md#arcane-crystal-obelisk)
{% endhint %}

<table><thead><tr><th width="475">Item</th><th>Amount</th></tr></thead><tbody><tr><td><img src="/files/r0dw1xdIssBRQ5hwFtuB" alt="" data-size="line"> Aureal Bottle</td><td>35</td></tr><tr><td><img src="/files/ljVOOefDCMPOPptyotDu" alt="" data-size="line"> Splash Aureal Bottle</td><td>30</td></tr></tbody></table>

## Souls

There are currently two ways to acquire souls, but both need a Soul Extractor.

1. &#x20;Suck the Souls out of their beloved Sand with the Soul Extractor and turn Soul Sand into Soulless Sand.
2. &#x20;In your world, you may occasionally run across the path of a Lost Soul. These poor little fellows got lost and now wander aimlessly through the world. They are pretty adorable and get easily scared. However, if you want you can catch them with your Soul Extractor. \
   \
   Lost Souls come in three different variations: the default white ones, the blue Corrupt Lost Souls, and the pinkish Enchanted Lost Souls.&#x20;

<table><thead><tr><th width="475">Item</th><th>Amount</th></tr></thead><tbody><tr><td><img src="/files/eff3jG2Qg5zh6sYsSoxC" alt="" data-size="line"> Soul</td><td>1</td></tr><tr><td><img src="/files/AcMSLvz5lmzjgflceWaj" alt="" data-size="line"> Corrupt Soul</td><td>1</td></tr><tr><td><img src="/files/W0kjqY40UXYyqRYeeBqy" alt="" data-size="line"> Enchanted Soul</td><td>10</td></tr></tbody></table>

## Blood

For this essence you'll need to get your fingers dirty and sacrifice entities.&#x20;

Either directly hurt entities near the forge and their blood will directly fill the essence bar or craft a Mystical Dagger and damage entities while having a Test Tube in your inventory.&#x20;

## Experience

Gaining experience is usually pretty simple, but you'll now need it in item form now. If you didn't know, the Black Hole is perfect for this as it absorbs all experience orbs and spits out Xpetrified Orbs after a while.

{% hint style="info" %}
A full explanation of the Black Hole can be found here: [Blocks](/external-mods/forbidden-and-arcanus/wiki/blocks.md#black-hole)
{% endhint %}

Alternatively, did you know that the Hephaestus Forge can also remove enchantments from your tools to gain experience? Simply put your tools in the experience slot and all enchantments on that item will be magically turned into experience to fill the bar.&#x20;

<table><thead><tr><th width="475">Item</th><th>Amount</th></tr></thead><tbody><tr><td><img src="/files/-MjUDj2sQ2WnI_GNGpN-" alt="" data-size="line"> Xpetrified Orb</td><td>91</td></tr><tr><td><img src="/files/y1PQNI5MsQJklGAkmMlI" alt="" data-size="line"> Experience Bottle (Bottle o' Enchanting)</td><td>15</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.valhelsia.net/external-mods/forbidden-and-arcanus/wiki/blocks/hephaestus-forge/essence-providers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
