Document Connected Library manifest layout
This commit is contained in:
5
templates/connected-modpack/CHANGELOG.md
Normal file
5
templates/connected-modpack/CHANGELOG.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# Changelog
|
||||
|
||||
## 1.0.0
|
||||
|
||||
- Initial Connected Library release.
|
||||
26
templates/connected-modpack/README.md
Normal file
26
templates/connected-modpack/README.md
Normal 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
|
||||
```
|
||||
1
templates/connected-modpack/exports/.gitkeep
Normal file
1
templates/connected-modpack/exports/.gitkeep
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
9
templates/connected-modpack/modrinth-plus.json
Normal file
9
templates/connected-modpack/modrinth-plus.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"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."
|
||||
}
|
||||
Reference in New Issue
Block a user