> For the complete documentation index, see [llms.txt](https://wiki.cobblemonislands.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.cobblemonislands.com/new-islanders-information/setting-up/modrinth.md).

# Modrinth

{% stepper %}
{% step %}

### **Step 1: Install Modrinth App**

1. Go to the official [**Modrinth Launcher** page](https://modrinth.com/app)
2. Click the **Download** button for your operating system (**Windows**, **macOS**, or **Linux**).
3. Run the downloaded installer and follow the steps to install the Modrinth App.

<figure><img src="https://2264667561-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkDhjqcTDxLyJjpmZNG4V%2Fuploads%2FtbhmUyWNTZgMPI2qB0aC%2Fimage.png?alt=media&amp;token=cb1b67e8-aeb4-49e0-b255-471dd9e03299" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}

### Set Up Minecraft in Modrinth

* Open the Modrinth App.
* Click the **Minecraft** tab if it's not selected automatically.
* The app will prompt you to configure your **Minecraft instance**. Follow the setup instructions to log into your Minecraft Account.
  {% endstep %}

{% step %}

### Find and Install the CobblemonIslands Modpack

* Click the search bar and look for "Cobblemon Islands". You can also look in the Discovery section

<figure><img src="https://2264667561-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkDhjqcTDxLyJjpmZNG4V%2Fuploads%2FDyPujRBWs1OKj1vs4uxy%2Fimage.png?alt=media&amp;token=50a0d012-7b92-4b64-b251-6436e554381e" alt=""><figcaption></figcaption></figure>

* Click on "Install"
* Once the modpack has been Installed you will find it under Instances
  {% endstep %}

{% step %}

### Launch the game

* You have everything you need now to start your adventure with us!
* Press Play in the Instance created by out modpack to start the game

<figure><img src="https://2264667561-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkDhjqcTDxLyJjpmZNG4V%2Fuploads%2FZfVKrDh9QAOLOBqSDm3i%2Fimage.png?alt=media&amp;token=7c713d7b-72fe-4fc3-8daa-351188e37d13" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
We recommend setting 4gb of RAM to run the game

You can change this in the **Modrinth App Settings > Java > Memory**.
{% endhint %}
{% endstep %}
{% endstepper %}


---

# 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.cobblemonislands.com/new-islanders-information/setting-up/modrinth.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.
