mirror of
https://github.com/KSP-CKAN/CKAN-meta.git
synced 2024-10-13 00:59:46 +00:00
Revert contract configurator mod changes
This commit is contained in:
@ -1,32 +1,31 @@
|
|||||||
{
|
{
|
||||||
"spec_version": "v1.4",
|
"spec_version": "v1.4",
|
||||||
"identifier": "ContractConfigurator-SCANsat",
|
"identifier": "ContractConfigurator-SCANsat",
|
||||||
"abstract": "A Mission pack creating SCANsat contracts",
|
"abstract": "A Mission pack creating SCANsat contracts",
|
||||||
"name": "SCANsat mission pack",
|
"name": "SCANsat mission pack",
|
||||||
"license": "public-domain",
|
"license": "public-domain",
|
||||||
"x_netkan_license_ok": true,
|
"x_netkan_license_ok": true,
|
||||||
"x_maintained_by": "hakan42, who loves to fly missions with contracts in them",
|
"x_maintained_by": "hakan42, who loves to fly missions with contracts in them",
|
||||||
"depends": [
|
"depends": [
|
||||||
{
|
{
|
||||||
"name": "ContractConfigurator"
|
"name": "ContractConfigurator"
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "SCANsat",
|
|
||||||
"min_version": "9.0"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"install": [
|
|
||||||
{
|
|
||||||
"find": "CC_Contracts",
|
|
||||||
"install_to": "GameData"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"resources": {
|
|
||||||
"repository": "https://github.com/SimonTheSourcerer/CCSCANsatMissionPack"
|
|
||||||
},
|
},
|
||||||
"author": "SimonTheSourcerer",
|
{
|
||||||
"version": "1.0.1",
|
"name": "SCANsat"
|
||||||
"download": "https://github.com/SimonTheSourcerer/CCSCANsatMissionPack/releases/download/1.0.1/CCSCANsatMissionPack.zip",
|
}
|
||||||
"x_generated_by": "netkan",
|
],
|
||||||
"download_size": 14294
|
"install": [
|
||||||
}
|
{
|
||||||
|
"find": "CC_Contracts",
|
||||||
|
"install_to": "GameData"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"resources": {
|
||||||
|
"repository": "https://github.com/SimonTheSourcerer/CCSCANsatMissionPack"
|
||||||
|
},
|
||||||
|
"author": "SimonTheSourcerer",
|
||||||
|
"version": "1.0.1",
|
||||||
|
"download": "https://github.com/SimonTheSourcerer/CCSCANsatMissionPack/releases/download/1.0.1/CCSCANsatMissionPack.zip",
|
||||||
|
"x_generated_by": "netkan",
|
||||||
|
"download_size": 14294
|
||||||
|
}
|
Reference in New Issue
Block a user