Added ModuleRCSFX.
Also removed bundles from RealismOverhaul (they can all be fetched with depends).
This commit is contained in:
parent
4f6b5cec19
commit
d1e719b18b
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue