NetKAN added mod - ContractConfigurator-2.1.1
This commit is contained in:
parent
af5e40b0e3
commit
c01742fe35
|
@ -0,0 +1,61 @@
|
|||
{
|
||||
"spec_version": "v1.16",
|
||||
"identifier": "ContractConfigurator",
|
||||
"name": "Contract Configurator - RO Edition",
|
||||
"abstract": "A config-file based solution for creating new contracts! For RO/RP-1 use only!",
|
||||
"author": "KSP-RO team",
|
||||
"version": "2.1.1",
|
||||
"ksp_version_min": "1.8.1",
|
||||
"ksp_version_max": "1.12.99",
|
||||
"ksp_version_strict": true,
|
||||
"license": "MIT",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/190040--",
|
||||
"repository": "https://github.com/KSP-RO/ContractConfigurator",
|
||||
"bugtracker": "https://github.com/KSP-RO/ContractConfigurator/issues",
|
||||
"license": "https://raw.githubusercontent.com/KSP-RO/ContractConfigurator/master/LICENSE.txt",
|
||||
"manual": "https://github.com/jrossignol/ContractConfigurator/wiki",
|
||||
"metanetkan": "https://raw.githubusercontent.com/KSP-RO/ContractConfigurator/master/ContractConfiguratorRO.netkan",
|
||||
"remote-avc": "https://github.com/KSP-RO/ContractConfigurator/raw/master/GameData/ContractConfigurator/ContractConfigurator.version"
|
||||
},
|
||||
"tags": [
|
||||
"plugin",
|
||||
"library",
|
||||
"career"
|
||||
],
|
||||
"localizations": [
|
||||
"en-us",
|
||||
"zh-cn"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "RP-1-ExpressInstall"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "ContractConfigurator"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/ContractConfigurator",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/KSP-RO/ContractConfigurator/releases/download/2.1.1/ContractConfigurator_2.1.1.zip",
|
||||
"download_size": 574312,
|
||||
"download_hash": {
|
||||
"sha1": "39D8898F3C38C0BF70589660EF826F4112E41429",
|
||||
"sha256": "C007B4F02E7BC24F39489B93A66090F5A316BDA0AC579B9347087E1DA44441FF"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"release_date": "2022-07-26T06:08:08Z",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue