From 90beacec721749015043f506c4bc91368fd0cf52 Mon Sep 17 00:00:00 2001 From: NetKAN inflator Robot Date: Sun, 8 May 2016 12:13:32 +0000 Subject: [PATCH] "NetKAN generated mods - KerbalWind-R9" --- KerbalWind/KerbalWind-R9.ckan | 45 +++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 KerbalWind/KerbalWind-R9.ckan diff --git a/KerbalWind/KerbalWind-R9.ckan b/KerbalWind/KerbalWind-R9.ckan new file mode 100644 index 0000000000..c49a6f05a9 --- /dev/null +++ b/KerbalWind/KerbalWind-R9.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": "R9", + "ksp_version": "1.0", + "provides": [ + "FARWind" + ], + "depends": [ + { + "name": "FerramAerospaceResearch" + } + ], + "recommends": [ + { + "name": "Toolbar" + } + ], + "conflicts": [ + { + "name": "FARWind" + } + ], + "download": "https://github.com/DaMichel/KerbalWind/releases/download/R9/KerbalWindR9.zip", + "download_size": 13218, + "download_hash": { + "sha1": "E329C4F5276107FBCACEA08B1A6092EFD0152DBE", + "sha256": "F43A5784CFD40E53ABED7522DC401B7643E90E3B25799231FE92863C99A00108" + }, + "download_content_type": "application/zip", + "x_generated_by": "netkan" +}