'NetKAN generated mods - OblivionAerospace/OblivionAerospace-v0.1.4.ckan'
This commit is contained in:
parent
2c5b92cb10
commit
8a91a3cad4
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "OblivionAerospace",
|
||||
"name": "Oblivion Aerospace",
|
||||
"abstract": "A small parts package of heat shields for Kerbal Space Program.",
|
||||
"license": "CC-BY-SA-4.0",
|
||||
"ksp_version_min": "0.25",
|
||||
"ksp_version_max": "1.0",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/91920",
|
||||
"repository": "https://github.com/LostOblivion/OblivionAerospace"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "OblivionAerospace/GameData/OblivionAerospace",
|
||||
"install_to": "GameData",
|
||||
"filter_regexp": "ModuleManager.*dll$"
|
||||
},
|
||||
{
|
||||
"file": "OblivionAerospace/Ships/VAB",
|
||||
"install_to": "Ships"
|
||||
}
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "DeadlyReentry"
|
||||
}
|
||||
],
|
||||
"author": "LostOblivion",
|
||||
"version": "v0.1.4",
|
||||
"download": "https://github.com/LostOblivion/OblivionAerospace/releases/download/v0.1.4/OblivionAerospacePack-0.1.4.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 1511628
|
||||
}
|
Loading…
Reference in New Issue