Merge pull request #40 from christianvdstap/master
Initial ckan for KerbalAttachementSystem
This commit is contained in:
commit
3c9b53fe2c
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"spec_version" : 1,
|
||||||
|
"name" : "Kerbal Attachement System",
|
||||||
|
"identifier" : "KAS",
|
||||||
|
"abstract" : "KAS introduce new gameplay mechanics by adding winches, containers, dynamic struts/pipes and grabable & attachable parts.",
|
||||||
|
"download" : "http://kerbal.curseforge.com/ksp-mods/223900-kerbal-attachment-system-kas/files/2216138/download",
|
||||||
|
"license" : "restricted",
|
||||||
|
"author" : [ "KospY", "Winn75", "zzz", "Majiir", "a.g." ],
|
||||||
|
"version" : "0.4.9",
|
||||||
|
"release_status" : "stable",
|
||||||
|
"ksp_version" : "0.25",
|
||||||
|
"depends" : [
|
||||||
|
{"name" : "ModuleManager"}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue