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:
Murdabenne 2015-07-29 22:13:16 -05:00
parent 061250c669
commit 1d2d9731ec
1 changed files with 21 additions and 0 deletions

21
KAS/KAS-0.5.4.ckan Normal file
View File

@ -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" }
}
}