diff --git a/README.md b/README.md index b3219bb..a842ad1 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,27 @@ 一些最基础的功能的模组包,包括录制、光影、基本优化等。主打原版味道。 -## 使用 +## 开发 分为服务端和客户端两部分。服务端会在不同时间,安装不同的娱乐性质的模组。客户端则会努力保持不变。 使用 [packwiz](https://packwiz.infra.link) 进行模组包管理。 +## 服务端部署 + +参见 [该文档](https://packwiz.infra.link/tutorials/installing/packwiz-installer/)。 + +可以直接使用 Docker 来测试运行: + +```bash +docker run --pull=always \ + -e TYPE=FABRIC \ + -e "PACKWIZ_URL=https://gitea.service.jazzwhom.top/Passthem/pt-minecraft-modpack/raw/branch/main/server-01-random-block/pack.toml" \ + -e "EULA=TRUE" \ + -e "VERSION=1.21.10" \ + -p 25565:25565 \ + itzg/minecraft-server +``` + +或者,需要从 [https://github.com/packwiz/packwiz-installer/releases](这里) 下载最新最热的 Installer,以安装需要的文件。 +