https://github.com/luochen1990/minecraft-launcher
基于 Nix 我的世界 启动器
https://github.com/luochen1990/minecraft-launcher
Last synced: about 1 year ago
JSON representation
基于 Nix 我的世界 启动器
- Host: GitHub
- URL: https://github.com/luochen1990/minecraft-launcher
- Owner: luochen1990
- Created: 2022-08-11T12:28:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-17T04:08:20.000Z (over 3 years ago)
- Last Synced: 2025-04-03T18:52:49.097Z (about 1 year ago)
- Language: Nix
- Size: 67.9 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Minecraft Launcher
==================
使用说明
--------
启动服务器
```sh
./scripts/server-launcher
```
启动客户端
```sh
./scripts/client-launcher
```
更新 mod 版本
```sh
./scripts/update-mods
```
选择 Minecraft 版本 及 增删 Mod
```sh
vi config.json
```
其中 Mod 可以在以下地址寻找:
- https://modrinth.com/mods
- https://www.curseforge.com/minecraft/mc-mods
找到想要添加的 Mod 后,将其 URL 添加到 `config.json`, 然后运行 `update-mods` 即可.