From aa6b14501fd38c183f105a4fb5dd04de185e7972 Mon Sep 17 00:00:00 2001 From: NetKAN inflator Robot Date: Fri, 10 Jun 2016 12:13:19 +0000 Subject: [PATCH] "NetKAN generated mods - KerbalWind-R11" --- KerbalWind/KerbalWind-R11.ckan | 45 ++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 KerbalWind/KerbalWind-R11.ckan diff --git a/KerbalWind/KerbalWind-R11.ckan b/KerbalWind/KerbalWind-R11.ckan new file mode 100644 index 0000000000..2ede7b91d3 --- /dev/null +++ b/KerbalWind/KerbalWind-R11.ckan @@ -0,0 +1,45 @@ +{ + "spec_version": 1, + "comment": "FAR only supports one wind provider at once", + "identifier": "KerbalWind", + "name": "Kerbal Wind", + "abstract": "Adds wind to the game. It opens a dialog box where you can set wind direction and speed. Inspired by KerbalWeatherSystem by silverfox8124. But this is much simpler, omitting the actual weather simulation.", + "author": [ + "DaMichel", + "silverfox8124" + ], + "license": "MIT", + "release_status": "stable", + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/107989", + "repository": "https://github.com/DaMichel/KerbalWind" + }, + "version": "R11", + "ksp_version": "1.0", + "provides": [ + "FARWind" + ], + "depends": [ + { + "name": "FerramAerospaceResearch" + } + ], + "recommends": [ + { + "name": "Toolbar" + } + ], + "conflicts": [ + { + "name": "FARWind" + } + ], + "download": "https://github.com/DaMichel/KerbalWind/releases/download/R11/KerbalWindR11.zip", + "download_size": 17253, + "download_hash": { + "sha1": "7D359A0E25FF1DE44861E98C2A969A8C24C7F06B", + "sha256": "C8991B5926AE6D5617EAAF23BC9C3ED33CE9A7D95E5C6994745C1F0E56A63C2D" + }, + "download_content_type": "application/zip", + "x_generated_by": "netkan" +}