From 701cc4bb0aedfc0d42114ea4e3a1a02a1174185e Mon Sep 17 00:00:00 2001 From: NetKAN inflator Robot Date: Sun, 5 Jun 2016 15:13:20 +0000 Subject: [PATCH] "NetKAN generated mods - KerbalWind-R10" --- KerbalWind/KerbalWind-R10.ckan | 45 ++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 KerbalWind/KerbalWind-R10.ckan diff --git a/KerbalWind/KerbalWind-R10.ckan b/KerbalWind/KerbalWind-R10.ckan new file mode 100644 index 0000000000..fcc6c76772 --- /dev/null +++ b/KerbalWind/KerbalWind-R10.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": "R10", + "ksp_version": "1.0", + "provides": [ + "FARWind" + ], + "depends": [ + { + "name": "FerramAerospaceResearch" + } + ], + "recommends": [ + { + "name": "Toolbar" + } + ], + "conflicts": [ + { + "name": "FARWind" + } + ], + "download": "https://github.com/DaMichel/KerbalWind/releases/download/R10/KerbalWindR10.zip", + "download_size": 14888, + "download_hash": { + "sha1": "D77004E86F6515B6614E76BC599DC139E1ABB507", + "sha256": "D20DC2CA28A0FAFB2329B2162188155293036CD914D8B393CD7DF1916D9ACF73" + }, + "download_content_type": "application/zip", + "x_generated_by": "netkan" +}