> For the complete documentation index, see [llms.txt](https://docs.nullcraft.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nullcraft.org/software/modloader-center/introduction.md).

# 介绍与使用

{% hint style="info" %}
如果你正在寻找下载后手动安装 ModLoader 的教学，可以查看此教学
{% endhint %}

{% content-ref url="/pages/YpS5A4bBGxEhZ8SddCwG" %}
[模组加载器安装集合](/tutorial/install-modloader.md)
{% endcontent-ref %}

{% hint style="warning" %}
**注意：**

目前《模组加载器中心》还未支持 **安装** 功能，仅支持对应资源下载。但为如何执行后续的安装提供了说明。

**全自动下载安装功能目前正在努力跟进制作。**
{% endhint %}

## 介绍

此工具开发主要集合了灵工艺涉及游戏的周边模组加载器(ModLoader)项目，为了方便用户下载和安装(适配中)模组加载器而制作。

**已支持列表：**

**Minecraft**

* Forge 下载支持：✔️ | 安装支持：❌
* Fabric 下载支持：✔️ | 安装支持：❌
* Quilt 下载支持：✔️ | 安装支持：❌
* Optifine 下载支持：✔️ | 安装支持：❌
* NeoForge 下载支持：✔️ | 安装支持：❌

**Rust**

* Oxide 下载支持：✔️ | 安装支持：❌

**Stardew Valley**

* SMAPI 下载支持：✔️ | 安装支持：❌

**Terraria**

* tModLoader 下载支持：✔️ | 安装支持：❌

## 使用

{% hint style="info" %}
使用此工具需要安装 .NET8 框架，通常没有安装时打开软件会提示下载安装，点击下载然后安装即可。

少部分人可能无法正常弹出下载，可以在 [微软](https://dotnet.microsoft.com/zh-cn/download/dotnet/8.0) 官方网站下载安装。**(.NET 桌面运行时 x64 版)**
{% endhint %}

### 以下是一个使用基本流程

1. 运行《模组加载器中心》进入工具主界面

<figure><img src="/files/cip3clXLsZMJqPPdzTzM" alt=""><figcaption><p>主界面</p></figcaption></figure>

2. 选择你要安装的 **游戏** 下的 **加载器**(ModLoader)，这里我们以 Minecraft-Fabric 为例。

<figure><img src="/files/izGCztyCV30RjRqu4Ceo" alt=""><figcaption><p>Minecraft Fabric</p></figcaption></figure>

3. 此时，将载入对应的加载器下载窗口，通常 **选择** 对应类型，或直接点击 **下载** 按钮即可。


---

# 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:

```
GET https://docs.nullcraft.org/software/modloader-center/introduction.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.
