Files
Modrinth-plus/templates/connected-modpack/modrinth-plus.json
MrSphay 312dee9f24
Some checks failed
Codex Template Compliance / template-compliance (push) Successful in 8s
Build / build-windows (push) Has been cancelled
Document Connected Library manifest layout
2026-05-16 01:04:41 +02:00

10 lines
324 B
JSON

{
"schemaVersion": 1,
"name": "Your Pack",
"version": "1.0.0",
"versionId": "your-pack-1.0.0",
"mrpackUrl": "https://git.example.com/owner/your-pack/raw/branch/main/exports/YourPack-1.0.0.mrpack",
"sha512": "replace-with-the-lowercase-sha512-of-the-mrpack",
"changelog": "Initial Connected Library release."
}