Merge pull request #13 from pjf/ModuleRCSFX

Added ModuleRCSFX.
This commit is contained in:
Leon Wright 2014-10-14 22:02:20 +08:00
commit c18b122c3f
2 changed files with 26 additions and 18 deletions

26
ModuleRCSFX-3.1.ckan Normal file
View File

@ -0,0 +1,26 @@
{
"spec_version" : 1,
"name" : "ModuleRCSFX",
"abstract" : "A fixed version of the stock RCS module",
"identifier" : "ModuleRCSFX",
"download" : "https://github.com/NathanKell/ModuleRCSFX/releases/download/v3.1/ModuleRCSFX_v3.1.zip",
"license" : "CC-BY-SA",
"author" : [ "ialdabaoth", "NathanKell" ],
"version" : "3.1",
"release_status" : "stable",
"min_ksp" : "0.25.0",
"max_ksp" : "0.25.9",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/92290",
"github" : {
"url" : "https://github.com/NathanKell/ModuleRCSFX",
"releases" : true
}
},
"install" : [
{
"file" : "ModuleRCSFX",
"install_to" : "GameData"
}
]
}

View File

@ -52,23 +52,5 @@
"requires" : "TACLS",
"overwrite" : true
}
],
"bundles" : [
{
"file" : "ModuleManager.2.3.4.dll",
"identifier" : "ModuleManager",
"version" : "2.3.4",
"install_to" : "GameData",
"license" : "CC-BY-SA",
"required" : true
},
{
"file" : "ModuleRCSFX",
"identifier" : "ModuleRCSFX",
"version" : "3.0",
"install_to" : "GameData",
"license" : "CC-BY-SA",
"required" : true
}
]
}