NetKAN added mod - ROLib-v1.4.0
This commit is contained in:
parent
bf28abc114
commit
3ab7b0f9ef
|
@ -0,0 +1,62 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "ROLib",
|
||||
"name": "RO Library",
|
||||
"abstract": "ROLib contains the common code supporting multiple RO* modules",
|
||||
"author": [
|
||||
"pap1723",
|
||||
"KSP-RO"
|
||||
],
|
||||
"version": "v1.4.0",
|
||||
"ksp_version_min": "1.8.1",
|
||||
"ksp_version_max": "1.11.99",
|
||||
"license": "CC-BY-SA-4.0",
|
||||
"resources": {
|
||||
"repository": "https://github.com/KSP-RO/ROLibrary",
|
||||
"bugtracker": "https://github.com/KSP-RO/ROLibrary/issues",
|
||||
"remote-avc": "https://raw.githubusercontent.com/KSP-RO/ROLibrary/master/GameData/ROLib/ROLib.version"
|
||||
},
|
||||
"tags": [
|
||||
"library",
|
||||
"plugin"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"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.4.0/ROLib-1.4.0.zip",
|
||||
"download_size": 73210,
|
||||
"download_hash": {
|
||||
"sha1": "3BBE8A7685126D79C8518F8476CF99200A6C59A8",
|
||||
"sha256": "8F9E021D1C1AD809A21DC053937970EA31EA8ED40CFE2CB711A2AA2EF58ADBE8"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"release_date": "2021-12-02T13:39:23Z",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue