https://github.com/johnpoint/mc-mod-sync
mc mod 同步工具
https://github.com/johnpoint/mc-mod-sync
Last synced: 12 months ago
JSON representation
mc mod 同步工具
- Host: GitHub
- URL: https://github.com/johnpoint/mc-mod-sync
- Owner: johnpoint
- License: mit
- Created: 2022-01-13T12:42:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-05-10T18:21:20.000Z (about 1 year ago)
- Last Synced: 2025-05-10T19:27:03.366Z (about 1 year ago)
- Language: Go
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mc_mod_sync
mc mod 同步工具
# 使用
## 打包 mod
```
python path/app.py gen
```
会生成一个 mod.zip 压缩包,将压缩包解压存放在一个能被访问的web服务器上即可
## 下载 mod
进入 mc mod 文件夹,使用指令
```
python path/app.py get http://url/update.json
```