# Forge

{% hint style="info" %}
此模组加载器已考虑对其支持自动安装功能。
{% endhint %}

1. 通过使用《[模组加载器中心](/software/modloader-center.md)》下载或[自行下载](https://files.minecraftforge.net/) Forge Installer(安装器) 文件

<figure><img src="/files/jlLJ8Zgqua8d5VyXLmWu" alt=""><figcaption><p>模组加载器中心 | 下载 Minecraft Forge</p></figcaption></figure>

2. 运行 Forge Installer(安装器) 文件

{% hint style="info" %}
如打开路径提示红色，则代表安装目录缺少配置，需手动选择正确的 .minecraft 文件夹
{% endhint %}

<figure><img src="/files/qOHj0lPifLlg9UEfWg5x" alt=""><figcaption><p>Forge Installer 主界面 | 路径错误</p></figcaption></figure>

<figure><img src="/files/BKRprosvyD0qSLVl624x" alt=""><figcaption><p>可正常安装的界面</p></figcaption></figure>

3. 通常安装器会选择官方 Minecraft 启动器的路径，也可以点击 ... 按钮指定目录
   1. 自定义路径只需要选择 **.minecraft** 目录即可。
   2. 三个选项分别是(从上到下) 安装客户端、安装服务端、离线安装器
   3. 部分网络下载可能失败


---

# 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://docs.nullcraft.org/tutorial/install-modloader/minecraft/forge.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.
