Meta spec update

This commit is contained in:
Timo Ley 2022-01-29 17:45:11 +01:00
parent 006645d102
commit 468f4773d5

View file

@ -10,7 +10,8 @@
"website": "https://example.com", "website": "https://example.com",
"source": "https://gitea.com/user/myaddon", "source": "https://gitea.com/user/myaddon",
"issues": "https://gitea.com/user/myaddon/issues", "issues": "https://gitea.com/user/myaddon/issues",
"contributors": ["Alice", "Bob"] "type": "mod",
"contributors": [{"name": "Alice", "email": "alice@example.com"}, {"name": "Bob", "email": "bob@example.com"}]
}, },
"version": { "version": {
"changelog": "./CHANGELOG.md", "changelog": "./CHANGELOG.md",
@ -68,9 +69,13 @@ A URL to the source code of the addon.
A URL to an issue tracker for the addon. A URL to an issue tracker for the addon.
### type
The type of the addon, for example `mod`, `modpack` or `resourcepack`.
### contributors ### contributors
An array of people who have contributed to the addon. An array of people who have contributed to the addon.
# Version Meta Object # Version Meta Object