NetKAN generated mods - ROLib-v1.0
This commit is contained in:
parent
92e6c4f177
commit
d4f5f782ff
|
@ -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.0",
|
||||
"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.0/ROLib-1.0.zip",
|
||||
"download_size": 64109,
|
||||
"download_hash": {
|
||||
"sha1": "A7BAA881B7E9570ACE5B3FC3E5920B2A773B69A9",
|
||||
"sha256": "1D1909E7368036ADDCCFEF65F426C9700CFF8AB908016105E491FD2A8BABA543"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue