diff --git a/FerramAerospaceResearch/FerramAerospaceResearch-3-0.15.4.1.ckan b/FerramAerospaceResearch/FerramAerospaceResearch-3-0.15.4.1.ckan new file mode 100644 index 0000000000..98878c10a3 --- /dev/null +++ b/FerramAerospaceResearch/FerramAerospaceResearch-3-0.15.4.1.ckan @@ -0,0 +1,49 @@ +{ + "spec_version": 1, + "identifier": "FerramAerospaceResearch", + "name": "Ferram Aerospace Research", + "abstract": "FAR replaces KSP's stock part-centered aerodynamics model with one based on real-life physics.", + "author": "ferram4", + "license": "GPL-3.0", + "release_status": "stable", + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/20451", + "kerbalstuff": "https://kerbalstuff.com/mod/52/Ferram%20Aerospace%20Research", + "repository": "https://github.com/ferram4/Ferram-Aerospace-Research", + "x_screenshot": "https://kerbalstuff.com/content/ferram4_54/Ferram_Aerospace_Research/Ferram_Aerospace_Research.png" + }, + "version": "3:0.15.4.1", + "ksp_version": "1.0.4", + "provides": [ + "AerodynamicModel", + "FAR" + ], + "depends": [ + { + "name": "ModuleManager" + }, + { + "name": "ModularFlightIntegrator" + } + ], + "install": [ + { + "file": "GameData/FerramAerospaceResearch", + "install_to": "GameData" + }, + { + "file": "Ships", + "install_to": "Ships", + "optional": true, + "description": "FAR example craft" + } + ], + "download": "https://kerbalstuff.com/mod/52/Ferram%20Aerospace%20Research/download/v0.15.4.1_Goldstein", + "download_size": 730759, + "conflicts": [ + { + "name": "AerodynamicModel" + } + ], + "x_generated_by": "netkan" +}