> For the complete documentation index, see [llms.txt](https://wiki.download.fo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.download.fo/disabling-mods.md).

# How to disable mods

## Using Mod Menu in-game

Many features can already be disabled in-game.

1. With the game open, click `Mods`
2. Scroll down to the specific mod you want to disable
3. Look at the third row with the ⚒️ (tools) or ✏️ (pencil) icon. What does that icon look like?

{% tabs %}
{% tab title="Icon is blue" %}
Click the config button ![config](https://i.ibb.co/j35cBtn/image.png) and see if you can disable the mod or its specific feature.
{% endtab %}

{% tab title="Icon is gray" %}
There is no config option to disable the mod or it is difficult to do. Follow the launcher instructions below to disable the mod.
{% endtab %}

{% tab title="No icon on the row" %}
You've added the mod yourself.

Check if there are config options ![config](https://i.ibb.co/j35cBtn/image.png), otherwise follow the launcher instructions below to disable the mod.
{% endtab %}

{% tab title="No icons on any row" %}
You don't have the *Mod Menu Helper* resource pack enabled for some reason. Here's how to fix it:

1. Click `Done`
2. Click `Options...`
3. Click `Resource Packs...`
4. Click `⏵` on "Mod Menu Helper.zip"
5. Click `Done`
6. Click `Mods`
7. Now check again to see which icons you see.
   {% endtab %}
   {% endtabs %}

## Disabling mods entirely

Here are instructions to disable mods entirely, for example due to incompatibilities.

<table data-card-size="large" data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><strong>CurseForge App</strong></td><td><a href="/pages/0FcYb69ruZxvFc0AmOGW">/pages/0FcYb69ruZxvFc0AmOGW</a></td></tr><tr><td align="center"><strong>Modrinth App</strong></td><td><a href="/pages/HxMYpxNHYuPU1FMcgPpa">/pages/HxMYpxNHYuPU1FMcgPpa</a></td></tr><tr><td align="center"><strong>Prism Launcher</strong></td><td><a href="/pages/RMUFU7NEKEcfXQyL9lqj">/pages/RMUFU7NEKEcfXQyL9lqj</a></td></tr><tr><td align="center"><strong>MultiMC</strong></td><td><a href="/pages/iP7am5nSnDyPrx2bnf2d">/pages/iP7am5nSnDyPrx2bnf2d</a></td></tr><tr><td align="center"><strong>Minecraft Launcher</strong></td><td><a href="/pages/kwDUy2WrMr5GL2Uyp2By">/pages/kwDUy2WrMr5GL2Uyp2By</a></td></tr></tbody></table>

{% hint style="info" %}
You can also delete the mod(s), but that will make it harder to [use them later](/adding-more-mods.md), unless you remember the mod's name exactly.
{% 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://wiki.download.fo/disabling-mods.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.
