From 2bf68b8f1969bceec974a9b8e74cdc48caf28046 Mon Sep 17 00:00:00 2001 From: NetKAN inflator Robot Date: Fri, 21 Aug 2015 15:29:25 +0000 Subject: [PATCH] "NetKAN generated mods - KerbalWind/KerbalWind-R8.ckan" --- KerbalWind/KerbalWind-R8.ckan | 38 +++++++++++++++++------------------ 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/KerbalWind/KerbalWind-R8.ckan b/KerbalWind/KerbalWind-R8.ckan index 774be96f88..7d09052b8b 100644 --- a/KerbalWind/KerbalWind-R8.ckan +++ b/KerbalWind/KerbalWind-R8.ckan @@ -1,40 +1,40 @@ { "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": "R8", "ksp_version": "1.0", - "recommends": [ - { - "name": "Toolbar" - } + "provides": [ + "FARWind" ], "depends": [ { "name": "FerramAerospaceResearch" } ], - "resources": { - "homepage": "http://forum.kerbalspaceprogram.com/threads/107989", - "repository": "https://github.com/DaMichel/KerbalWind" - }, - "comment": "FAR only supports one wind provider at once", - "provides": [ - "FARWind" + "recommends": [ + { + "name": "Toolbar" + } ], + "download": "https://github.com/DaMichel/KerbalWind/releases/download/R8/KerbalWindR8.zip", + "download_size": 13218, "conflicts": [ { "name": "FARWind" } ], - "author": [ - "DaMichel", - "silverfox8124" - ], - "release_status": "stable", - "version": "R8", - "download": "https://github.com/DaMichel/KerbalWind/releases/download/R8/KerbalWindR8.zip", - "download_size": 13218, "x_generated_by": "netkan" }