# 模组加载器中心

{% hint style="warning" %}
**此工具处于 BETA 持续开发阶段。**

如遇到任何错误，请通过 [用户群](https://jq.qq.com/?_wv=1027\&k=A9YzWvbS) 或 [灵工艺社区](https://nullcraft.org/t/feedback) 进行反馈。
{% endhint %}

{% code title="ModLoader\_Center.sln" %}

```csharp
Software software = new Software();
software.Name = "模组加载器中心";
software.ProjectID = "ModLoader Center";
software.Release = "https://nullcraft.org/d/87";
software.ReleaseDate = DateTime.Parse("2024,04,09").ToString();
software.Language = new string[] { "简体中文" };
software.Program = "C#";
software.Framework = ".NET8";

NullCraftSoftwareList.add(software);

Trace.WriteLine(NullCraftSoftwareList.Items.Conut());

>>> 20
```

{% endcode %}

## 关于《模组加载器中心》

### 下载《模组加载器中心》

{% embed url="<https://nullcraft.org/d/87>" %}

### 介绍与使用

{% content-ref url="/pages/8rqEIoaZNFsuJU2S1XCA" %}
[介绍与使用](/software/modloader-center/introduction.md)
{% endcontent-ref %}

### 更新日志

{% content-ref url="/pages/0JrGW8A2ilGAyOmc5I5i" %}
[更新日志](/software/modloader-center/update.md)
{% endcontent-ref %}

### 软件图片

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

<figure><img src="/files/jlLJ8Zgqua8d5VyXLmWu" alt=""><figcaption><p>Minecraft Forge</p></figcaption></figure>

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

<figure><img src="/files/A0XaqioclwByzuX9nwu1" alt=""><figcaption><p>Minecraft Quilt</p></figcaption></figure>

<figure><img src="/files/V9lnWm0HHt2nNX3VzQkC" alt=""><figcaption><p>Minecraft NeoForge</p></figcaption></figure>

<figure><img src="/files/Wl8oW2rsYuWxFY0WvjVN" alt=""><figcaption><p>Minecraft Optifine</p></figcaption></figure>

<figure><img src="/files/CerrXpTXAO1EWJBy6o3U" alt=""><figcaption><p>Rust Oxide</p></figcaption></figure>

<figure><img src="/files/75UER7ZKemUEiiKIyJNf" alt=""><figcaption><p>Stardew Valley SMAPI</p></figcaption></figure>

<figure><img src="/files/H0iGbDD5IgolmxtxQYhw" alt=""><figcaption><p>Terraria tModLoader</p></figcaption></figure>


---

# 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/software/modloader-center.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.
