Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnpoint/mc-mod-sync
mc mod 同步工具
https://github.com/johnpoint/mc-mod-sync
Last synced: about 1 month 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T17:36:57.000Z (3 months ago)
- Last Synced: 2024-10-18T14:53:19.455Z (3 months 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
```