NetKAN generated mods - ContractConfigurator-RemoteTech/ContractConfigurator-RemoteTech-1.1.2, ContractConfigurator/ContractConfigurator-0.7.9
This commit is contained in:
parent
d4a60ba89e
commit
ee108f1d75
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "ContractConfigurator-RemoteTech",
|
||||
"abstract": "A contract pack containing contracts for RemoteTech.",
|
||||
"name": "Contract Pack: RemoteTech",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"release_status": "stable",
|
||||
"author": "nightingale",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ContractConfigurator"
|
||||
},
|
||||
{
|
||||
"name": "RemoteTech"
|
||||
},
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "RemoteTech",
|
||||
"install_to": "GameData/ContractPacks"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/106580",
|
||||
"bugtracker": "https://github.com/jrossignol/ContractPack-RemoteTech/issues",
|
||||
"license": "https://raw.githubusercontent.com/jrossignol/ContractPack-RemoteTech/master/GameData/ContractPacks/RemoteTech/LICENSE.txt",
|
||||
"repository": "https://github.com/jrossignol/ContractPack-RemoteTech"
|
||||
},
|
||||
"version": "1.1.2",
|
||||
"download": "https://github.com/jrossignol/ContractPack-RemoteTech/releases/download/1.1.2/ContractPack-RemoteTech_1.1.2.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 23199,
|
||||
"ksp_version_min": "0.90.0",
|
||||
"ksp_version_max": "0.90.0"
|
||||
}
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "ContractConfigurator",
|
||||
"name": "Contract Configurator",
|
||||
"abstract": "A config-file based solution for creating new contracts!",
|
||||
"license": "MIT",
|
||||
"release_status": "stable",
|
||||
"author": "nightingale",
|
||||
"description": "A config-file based solution for creating new contracts!",
|
||||
"suggests": [
|
||||
{
|
||||
"name": "CoherentContracts"
|
||||
},
|
||||
{
|
||||
"name": "ContractsWindowPlus"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/101604",
|
||||
"bugtracker": "https://github.com/jrossignol/ContractConfigurator/issues",
|
||||
"license": "https://raw.githubusercontent.com/jrossignol/ContractConfigurator/master/LICENSE.txt",
|
||||
"manual": "https://github.com/jrossignol/ContractConfigurator/wiki",
|
||||
"repository": "https://github.com/jrossignol/ContractConfigurator"
|
||||
},
|
||||
"version": "0.7.9",
|
||||
"download": "https://github.com/jrossignol/ContractConfigurator/releases/download/0.7.9/ContractConfigurator_0.7.9.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 210507,
|
||||
"ksp_version_min": "0.90.0",
|
||||
"ksp_version_max": "0.90.0"
|
||||
}
|
Loading…
Reference in New Issue