mirror of
https://github.com/KSP-CKAN/CKAN-meta.git
synced 2024-10-13 00:59:46 +00:00
NetKAN generated mods - Hangar-2.0.2
This commit is contained in:
@ -1,30 +1,38 @@
|
|||||||
{
|
{
|
||||||
"spec_version": 1,
|
"spec_version": "v1.4",
|
||||||
"identifier": "Hangar",
|
"identifier": "Hangar",
|
||||||
"license": "CC-BY-4.0",
|
"x_netkan_license_ok": true,
|
||||||
|
"conflicts": [
|
||||||
|
{
|
||||||
|
"name": "KSPAPIExtensions"
|
||||||
|
}
|
||||||
|
],
|
||||||
"depends": [
|
"depends": [
|
||||||
{
|
{
|
||||||
"name": "ModuleManager"
|
"name": "ModuleManager"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"suggests": [
|
||||||
|
{
|
||||||
|
"name": "Extraplanetary-Launchpads"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "KSPAPIExtensions"
|
"name": "EditorExtensions"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"install": [
|
"install": [
|
||||||
{
|
{
|
||||||
"file": "GameData/Hangar",
|
"file": "GameData/Hangar",
|
||||||
"install_to": "GameData",
|
"install_to": "GameData"
|
||||||
"filter": "KSPAPIExtensions.dll",
|
|
||||||
"comment": "Contains KSPAPIExtensions mod in this distribution"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"x_netkan_license_ok": true,
|
|
||||||
"resources": {
|
"resources": {
|
||||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/88933",
|
"homepage": "http://forum.kerbalspaceprogram.com/threads/88933",
|
||||||
"kerbalstuff": "https://kerbalstuff.com/mod/270/Hangar"
|
"kerbalstuff": "https://kerbalstuff.com/mod/270/Hangar"
|
||||||
},
|
},
|
||||||
"ksp_version": "0.90",
|
"ksp_version": "0.90",
|
||||||
"name": "Hangar",
|
"name": "Hangar",
|
||||||
|
"license": "CC-BY-4.0",
|
||||||
"abstract": "Hangars are parts that can store whole ships inside. Stored ships are not docked but unloaded, which reduces part count considerably.",
|
"abstract": "Hangars are parts that can store whole ships inside. Stored ships are not docked but unloaded, which reduces part count considerably.",
|
||||||
"author": "allista",
|
"author": "allista",
|
||||||
"version": "2.0.2",
|
"version": "2.0.2",
|
||||||
|
Reference in New Issue
Block a user