NetKAN generated mods - ROLib-v1.1
This commit is contained in:
parent
34e84380cb
commit
b14f4a7ac1
|
@ -0,0 +1,63 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "ROLib",
|
||||
"name": "RO Library",
|
||||
"abstract": "ROLib contains the common code supporting multiple RO* modules",
|
||||
"author": [
|
||||
"pap1723",
|
||||
"KSP-RO"
|
||||
],
|
||||
"version": "v1.1",
|
||||
"ksp_version_min": "1.8.1",
|
||||
"ksp_version_max": "1.9.99",
|
||||
"license": "CC-BY-SA-4.0",
|
||||
"resources": {
|
||||
"repository": "https://github.com/KSP-RO/ROLibrary",
|
||||
"bugtracker": "https://github.com/KSP-RO/ROLibrary/issues"
|
||||
},
|
||||
"tags": [
|
||||
"library",
|
||||
"plugin"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "TexturesUnlimited"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "ROEngines"
|
||||
},
|
||||
{
|
||||
"name": "ROTanks"
|
||||
},
|
||||
{
|
||||
"name": "ROSolar"
|
||||
},
|
||||
{
|
||||
"name": "ROCapsules"
|
||||
},
|
||||
{
|
||||
"name": "RealismOverhaul"
|
||||
},
|
||||
{
|
||||
"name": "RP-0"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "TweakableEverythingCont"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/KSP-RO/ROLibrary/releases/download/v1.1/ROLib-1.1.zip",
|
||||
"download_size": 67810,
|
||||
"download_hash": {
|
||||
"sha1": "DED52A302CAF60973DD9BDC1CEA763F86A112216",
|
||||
"sha256": "0FC2E5EA107F2B7D81C9966FF9B8FA6D413FF37995B697182CBD86B006A53F5C"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue