# Fabric

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

### 安装服务端

1. 通过使用《[模组加载器中心](/software/modloader-center.md)》下载或[自行下载](https://fabricmc.net/use/server/) Fabric Minecraft Server Launcher(服务端启动器) 文件

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

{% hint style="info" %}
如果使用《[模组加载器中心](/software/modloader-center.md)》下载服务端后，将会弹出使用教学
{% endhint %}

<figure><img src="/files/npRr4mikqy8W3QOdWDxm" alt=""><figcaption></figcaption></figure>

3. 通过使用《[我的世界开服器](/software/minecraft-server.md)》或 Bash 命令行/脚本启动服务端

```bash
// 启动命令行
java 可选参数 -jar 服务端启动器.jar nogui

// 完整实例
java -Xmx2G -jar fabric-server-mc.1.20.4-loader.0.15.10-launcher.1.0.1.jar nogui
```

### 安装客户端

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

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

2. 运行下载的 Fabric Installer 文件

<figure><img src="/files/Kfw5aZr90TsgUg65odu7" alt=""><figcaption></figcaption></figure>

3. 选择游戏版本后，指定安装位置(.minecraft文件夹)即可安装

{% hint style="info" %}
Fabric 官方推荐使用此文档上方的 [#an-zhuang-fu-wu-duan](#an-zhuang-fu-wu-duan "mention") 进行安装使用。
{% endhint %}


---

# 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/fabric.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.
