NetKAN added mod - SolverEngines-v3.8.0
This commit is contained in:
parent
7e22e39564
commit
f140a0d40e
|
@ -0,0 +1,50 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "SolverEngines",
|
||||
"name": "Solver Engines plugin",
|
||||
"abstract": "SolverEngines is at its heart a replacement paradigm for how KSP deals with engines",
|
||||
"author": [
|
||||
"NathanKell",
|
||||
"SirKeplan",
|
||||
"StollD",
|
||||
"cherrydev",
|
||||
"pjf",
|
||||
"rsparkyc",
|
||||
"stratochief66",
|
||||
"zorg2044",
|
||||
"blowfishpro"
|
||||
],
|
||||
"version": "v3.8.0",
|
||||
"ksp_version_min": "1.8.0",
|
||||
"ksp_version_max": "1.9.99",
|
||||
"license": "LGPL-2.1",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/110746-*",
|
||||
"repository": "https://github.com/KSP-RO/SolverEngines",
|
||||
"bugtracker": "https://github.com/KSP-RO/SolverEngines/issues"
|
||||
},
|
||||
"tags": [
|
||||
"plugin",
|
||||
"library"
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "SolverEngines",
|
||||
"install_to": "GameData",
|
||||
"filter": [
|
||||
"ModuleAnimateEmissive.dll",
|
||||
"PluginData"
|
||||
]
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/KSP-RO/SolverEngines/releases/download/v3.8.0/SolverEngines_v3.8.0.zip",
|
||||
"download_size": 39600,
|
||||
"download_hash": {
|
||||
"sha1": "9F6B5EEC0EF7139BBAD4CB83B3C7CE19613857E1",
|
||||
"sha256": "DABC97A9529E64EA8BA0C46C0546270CA79D0DE23EC2527A4C8C4FE857F9A61B"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"release_date": "2020-12-19T20:48:55Z",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue