Skip to content
Open
Changes from 1 commit
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. Use this when you need to bypass the 2 GB limit on GitHub releases",
"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