Document Connected Library manifest layout
Some checks failed
Codex Template Compliance / template-compliance (push) Successful in 8s
Build / build-windows (push) Has been cancelled

This commit is contained in:
2026-05-16 01:04:41 +02:00
parent 7e4d11016d
commit 312dee9f24
7 changed files with 114 additions and 1 deletions

View File

@@ -0,0 +1,26 @@
# Connected Modpack Template
Use this layout for a modpack repository that should work with Modrinth Plus Connected Library.
```text
.
|-- modrinth-plus.json
|-- CHANGELOG.md
|-- README.md
`-- exports/
`-- YourPack-1.0.0.mrpack
```
Update `modrinth-plus.json` after every exported `.mrpack` release. The file must stay in the repository root.
Connect with either the repository URL:
```text
https://git.example.com/owner/your-pack
```
or the raw manifest URL:
```text
https://git.example.com/owner/your-pack/raw/branch/main/modrinth-plus.json
```