KAS-0.5.4 New Release - no dep on KIS anymore
New release. Remove dependency on KIS. Changed to recommends and new KIS versions
This commit is contained in:
parent
061250c669
commit
1d2d9731ec
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"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"
|
||||
},
|
||||
"download" : "http://addons.curse.cursecdn.com/files/2249/712/KAS-v0.5.4.zip",
|
||||
"license" : "restricted",
|
||||
"author" : [ "KospY", "Winn75", "zzz", "Majiir", "a.g." ],
|
||||
"version" : "0.5.4",
|
||||
"ksp_version_min" : "1.0.3",
|
||||
"ksp_version_max" : "1.0.4",
|
||||
"depends" : [
|
||||
{ "name": "ModuleManager" },
|
||||
]
|
||||
"recommends" : {
|
||||
{ "name": "KIS", "min_version": "1.3.0" }
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue