# Installing Modpacks

{% tabs %}
{% tab title="MultiMC" %}
{% hint style="info" %}
[<mark style="color:blue;">Java 25 or higher</mark>](https://adoptium.net/) is required to play the game.
{% endhint %}

1. Open <mark style="color:red;">**MultiMC**</mark> and select <mark style="color:yellow;">**Add Instance**</mark>.
2. Select <mark style="color:yellow;">**Modrinth**</mark>, search for your desired modpack, and select it.
3. Select the version you wanted from earlier and then select <mark style="color:yellow;">**Ok**</mark>. Once it's downloaded, you can start the game.
   {% endtab %}

{% tab title="Modrinth App" %}

1. Open the <mark style="color:red;">**Modrinth App**</mark> and select the <mark style="color:yellow;">**Browse**</mark> page.
2. Locate and select your desired modpack.
3. Select the <mark style="color:yellow;">**Versions**</mark> tab and download the version you would like to install. Once the instance is created, you can start the game.
   {% endtab %}

{% tab title="Prism Launcher" %}
{% hint style="info" %}
[<mark style="color:blue;">Java 25 or higher</mark>](https://adoptium.net/) is required to play the game.
{% endhint %}

1. Open <mark style="color:red;">**Prism Launcher**</mark> and select <mark style="color:yellow;">**Add Instance**</mark>.
2. Select either <mark style="color:yellow;">**Modrinth**</mark> or <mark style="color:yellow;">**Curseforge**</mark>, search for your desired modpack, and select it.
3. Select the version you wanted from earlier and then select <mark style="color:yellow;">**Ok**</mark>. Once it's downloaded, you can start the game.
   {% endtab %}

{% tab title="Minecraft Launcher" %}
{% hint style="info" %}
[<mark style="color:blue;">Java</mark>](https://adoptium.net/) is required for both macOS and Linux to run the Fabric Installer.
{% endhint %}

1. Download the latest version of [<mark style="color:blue;">**Fabric Loader**</mark>](https://fabricmc.net/use/installer/).
2. Run the file. When the menu opens, select your desired <mark style="color:yellow;">**Minecraft version**</mark> (For example, 26.1). Ignore everything else and click <mark style="color:yellow;">**Install**</mark>.
3. Open the <mark style="color:red;">**Minecraft Launcher**</mark> and select <mark style="color:yellow;">**Installations**</mark>. Click on the 📂 icon for any version listed to open the <mark style="color:yellow;">**.minecraft**</mark> folder. We'll be back here later.
4. Locate and select your desired modpack on [<mark style="color:blue;">**Modrinth**</mark>](https://modrinth.com/modpacks).
5. \[THIS SECTION IS A WORK IN PROGRESS]
6. You can now launch the Fabric instance you downloaded earlier in the <mark style="color:red;">**Minecraft Launcher**</mark>.
   {% endtab %}
   {% endtabs %}

{% hint style="info" %}
Any launcher not currently listed may not support modpacks, or you may have to look elsewhere for a modpack installation guide!
{% endhint %}


---

# 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://magically-enhanced-modpacks.gitbook.io/magically-enhanced-modpacks/magically-enhanced/installing-modpacks.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.
