NetKAN generated mods - ContractConfigurator-0.4.0, QuickHide-v1.01
This commit is contained in:
parent
4ba25b67c9
commit
7b1eda987c
|
@ -0,0 +1,31 @@
|
||||||
|
{
|
||||||
|
"spec_version": 1,
|
||||||
|
"identifier": "ContractConfigurator",
|
||||||
|
"name": "Contract Configurator",
|
||||||
|
"abstract": "A config-file based solution for creating new contracts!",
|
||||||
|
"license": "CC-BY-NC-SA-4.0",
|
||||||
|
"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.4.0",
|
||||||
|
"download": "https://github.com/jrossignol/ContractConfigurator/releases/download/0.4.0/ContractConfigurator_0.4.0.zip",
|
||||||
|
"x_generated_by": "netkan",
|
||||||
|
"download_size": 58113,
|
||||||
|
"ksp_version_min": "0.90.0",
|
||||||
|
"ksp_version_max": "0.90.0"
|
||||||
|
}
|
|
@ -0,0 +1,28 @@
|
||||||
|
{
|
||||||
|
"spec_version": 1,
|
||||||
|
"identifier": "QuickHide",
|
||||||
|
"license": "GPL-3.0",
|
||||||
|
"install": [
|
||||||
|
{
|
||||||
|
"file": "GameData/QuickHide",
|
||||||
|
"install_to": "GameData"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"depends": [
|
||||||
|
{
|
||||||
|
"name": "Toolbar"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"resources": {
|
||||||
|
"homepage": "http://forum.kerbalspaceprogram.com/threads/95168",
|
||||||
|
"kerbalstuff": "https://kerbalstuff.com/mod/396/QuickHide"
|
||||||
|
},
|
||||||
|
"ksp_version": "0.90",
|
||||||
|
"name": "QuickHide",
|
||||||
|
"abstract": "QuickHide is a plugin which adds the possibility to hide all mods from the stock toolbar.",
|
||||||
|
"author": "malah",
|
||||||
|
"version": "v1.01",
|
||||||
|
"download": "https://kerbalstuff.com/mod/396/QuickHide/download/v1.01",
|
||||||
|
"x_generated_by": "netkan",
|
||||||
|
"download_size": 92507
|
||||||
|
}
|
Loading…
Reference in New Issue