forked from addonscript/addonscript-spec
Meta spec update
This commit is contained in:
parent
006645d102
commit
468f4773d5
1 changed files with 7 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue