Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions schemas/manifest_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,13 @@
]
}
},
"additionalAssets": {
"type": "array",
"description": "A list of additonal *ZIP* files the manager should download from the GitHub release of this mod and extract at the root of the mod folder. The mods database only sees the first ZIP file of a release, use this when you need to bypass the 2 GB limit on single GitHub release artifacts.",
"items": {
"type": "string"
}
},
"pathsToPreserve": {
"type": "array",
"description": "The paths to preserve when updating the mod\nAutomatically includes config.json, manifest.json, and save.json",
Expand Down
Loading