Merge pull request #688 from BasharMilesTeg/patch-9
Create .ckan files for ModularFlightIntegrator and SmokeScreen
This commit is contained in:
commit
77184cba64
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"spec_version": "v1.6",
|
||||
"identifier": "ModularFlightIntegrator",
|
||||
"name": "ModularFlightIntegrator",
|
||||
"abstract": "This is an amazing addon that will Modularly Integrate your Flight Models.",
|
||||
"license": "MIT",
|
||||
"author": "Sarbian",
|
||||
"resources": {
|
||||
"ci": "https://ksp.sarbian.com/jenkins/job/ModularFlightIntegrator/",
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/118088",
|
||||
"repository": "https://github.com/sarbian/ModularFlightIntegrator"
|
||||
},
|
||||
"version": "1.1.1",
|
||||
"download": "https://ksp.sarbian.com/jenkins/job/ModularFlightIntegrator/9/artifact/ModularFlightIntegrator-1.1.1.0.zip",
|
||||
"x_generated_by": "nyankan",
|
||||
"download_size": 7097,
|
||||
"ksp_version_min": "1.0.4",
|
||||
"ksp_version_max": "1.0.4"
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"spec_version": "v1.6",
|
||||
"identifier": "SmokeScreen",
|
||||
"name": "SmokeScreen - Extended FX Plugin",
|
||||
"abstract": "SmokeScreen is a plugin that build on the engine FX added in .23 and adds new features to them. Most of the features ideas comes from Nothke.",
|
||||
"license": "BSD-2-clause",
|
||||
"author": "Sarbian",
|
||||
"ksp_version": "1.0",
|
||||
"resources": {
|
||||
"ci": "https://ksp.sarbian.com/jenkins/job/SmokeScreen/",
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/71630",
|
||||
"repository": "https://github.com/sarbian/SmokeScreen/"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/SmokeScreen",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"version": "2.6.5",
|
||||
"download": "https://ksp.sarbian.com/jenkins/job/SmokeScreen/43/artifact/SmokeScreen-2.6.5.0.zip",
|
||||
"x_generated_by": "nyankan",
|
||||
"download_size": 26192
|
||||
}
|
Loading…
Reference in New Issue