> For the complete documentation index, see [llms.txt](https://blog.enigmatica.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.enigmatica.net/the-state-of-enigmatica-8.md).

# The State of Enigmatica 8

Hey folks, since Enigmatica 8 hasn't been updated in quite a while I thought I'd give an update on where it's at, and what I'm planning.

I've been struggling to find time for modpack development ever since my family expanded 6 months ago. :sweat\_smile: The little time I could muster up I focused on Enigmatica 6: Expert, at the expense of E8 sadly.&#x20;

But now that the active development phase of E6E is slowly dwindling down, I thought I'd jump back into E8 and try to bring it some new life.

I began working on Enigmatica 8 v2.0.0 today, updating it to Minecraft 1.18.2 and making a bunch of changes in the process. This update will **not be compatible with old worlds.**

My aim for E8 v2 is to make it focused on exploring and adventuring, with a wide range of dungeon and worldgen mods. It will of course also include a nice selection of tech and magic mods, as the Enigmatica packs always do. :grin:

Thanks for your continued patience. and thanks for reading!

\- Niller

{% hint style="info" %}
At the moment there are no plans to make an expert mode for Enigmatica 8, as we simply won't have the time to make it before Minecraft 1.19 is released and we begin on Enigmatica 9.
{% endhint %}


---

# 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://blog.enigmatica.net/the-state-of-enigmatica-8.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.
