KIS/KAS versions for KSP 1.1 (#1084)
This commit is contained in:
parent
f2c955e7dc
commit
896b22ece4
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"spec_version" : 1,
|
||||||
|
"name" : "Kerbal Attachment System",
|
||||||
|
"identifier" : "KAS",
|
||||||
|
"abstract" : "KAS introduces new gameplay mechanics by adding winches, containers, dynamic struts/pipes and grabbable & attachable parts.",
|
||||||
|
"resources" : {
|
||||||
|
"homepage": "http://forum.kerbalspaceprogram.com/threads/92514",
|
||||||
|
"repository": "https://github.com/KospY/KAS"
|
||||||
|
},
|
||||||
|
"download" : "http://kerbal.curseforge.com/projects/kerbal-attachment-system-kas/files/2295395/download",
|
||||||
|
"license" : "restricted",
|
||||||
|
"author" : [ "KospY", "Winn75", "zzz", "Majiir", "a.g.", "IgorZ" ],
|
||||||
|
"version" : "0.5.6",
|
||||||
|
"ksp_version" : "1.1",
|
||||||
|
"depends" : [
|
||||||
|
{
|
||||||
|
"name": "ModuleManager"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"recommends" : [
|
||||||
|
{
|
||||||
|
"name": "KIS"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"spec_version" : 1,
|
||||||
|
"name" : "Kerbal Inventory System",
|
||||||
|
"identifier" : "KIS",
|
||||||
|
"abstract" : "KIS introduces new gameplay mechanics by adding a brand new inventory system and EVA usables items as tools. You want to build a rover on Duna from scratch? Now you can...",
|
||||||
|
"resources": {
|
||||||
|
"homepage": "http://forum.kerbalspaceprogram.com/threads/113111",
|
||||||
|
"repository": "https://github.com/KospY/KIS"
|
||||||
|
},
|
||||||
|
"download" : "http://kerbal.curseforge.com/projects/kerbal-inventory-system-kis/files/2295394/download",
|
||||||
|
"suggests": [
|
||||||
|
{ "name": "KAS" }
|
||||||
|
],
|
||||||
|
"license" : "restricted",
|
||||||
|
"author" : [ "KospY", "Winn75", "IgorZ" ],
|
||||||
|
"version" : "1.2.7",
|
||||||
|
"ksp_version" : "1.1"
|
||||||
|
}
|
Loading…
Reference in New Issue