"NetKAN generated mods - FerramAerospaceResearchContinued-3-0.15.10.1"
This commit is contained in:
parent
038048eead
commit
84bdd985f6
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "FerramAerospaceResearchContinued",
|
||||
"name": "Ferram Aerospace Research Continued",
|
||||
"abstract": "FAR replaces KSP's stock part-centered aerodynamics model with one based on real-life physics.",
|
||||
"author": [
|
||||
"ferram4",
|
||||
"dkavolis"
|
||||
],
|
||||
"license": "GPL-3.0",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/179445-*",
|
||||
"repository": "https://github.com/dkavolis/Ferram-Aerospace-Research"
|
||||
},
|
||||
"version": "3:0.15.10.1",
|
||||
"ksp_version_min": "1.4.0",
|
||||
"ksp_version_max": "1.7.99",
|
||||
"provides": [
|
||||
"AerodynamicModel",
|
||||
"FAR"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "ModularFlightIntegrator"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "AerodynamicModel"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/FerramAerospaceResearch",
|
||||
"install_to": "GameData",
|
||||
"filter": "config.xml"
|
||||
},
|
||||
{
|
||||
"file": "Ships",
|
||||
"install_to": "Ships",
|
||||
"optional": true,
|
||||
"description": "FAR example craft"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/dkavolis/Ferram-Aerospace-Research/releases/download/v0.15.10.1_Lundgren/FAR_0_15_10_1_Lundgren.zip",
|
||||
"download_size": 859998,
|
||||
"download_hash": {
|
||||
"sha1": "B8DCCEC513BF731192CA30CBF62A7149107C1AE2",
|
||||
"sha256": "DBC1337D34F9AEA1E27FD1A45D4A6798D608FC38400AC7F0197289CC32FB641C"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue