diff --git a/ModuleRCSFX-3.1.ckan b/ModuleRCSFX-3.1.ckan new file mode 100644 index 0000000000..935ccd58b5 --- /dev/null +++ b/ModuleRCSFX-3.1.ckan @@ -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" + } + ] +} diff --git a/RealismOverhaul-6a12.ckan b/RealismOverhaul-6a12.ckan index 94958f8ade..99d807869c 100644 --- a/RealismOverhaul-6a12.ckan +++ b/RealismOverhaul-6a12.ckan @@ -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 - } ] }