From 4303b9eda522c574b21f011ff6afe1a190d30b90 Mon Sep 17 00:00:00 2001 From: Leon Wright Date: Wed, 8 Jul 2015 17:03:14 +0800 Subject: [PATCH] Test For New Plugin - Formating change only --- NetKAN/A6Intruder.netkan | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/NetKAN/A6Intruder.netkan b/NetKAN/A6Intruder.netkan index 558a0822fd..dd84ef2c41 100644 --- a/NetKAN/A6Intruder.netkan +++ b/NetKAN/A6Intruder.netkan @@ -1,11 +1,23 @@ { "$kref": "#/ckan/kerbalstuff/839", - "license": "WTFPL", - "spec_version": 1, + "depends": [ + { + "name": "AdjustableLandingGear" + }, + { + "name": "BDArmory" + }, + { + "name": "AircraftIVAHelmet" + } + ], "identifier": "A6Intruder", - "depends" : [ { "name" : "AdjustableLandingGear" }, - { "name" : "BDArmory" }, - { "name": "AircraftIVAHelmet"}], - "install" : [ { "file" : "A6Intruder", - "install_to" : "GameData" } ] + "install": [ + { + "file": "A6Intruder", + "install_to": "GameData" + } + ], + "license": "WTFPL", + "spec_version": 1 }