From 1375fdccde9cfa17f39d83a110460274bc047da5 Mon Sep 17 00:00:00 2001 From: Arne Date: Thu, 19 Nov 2015 12:46:17 +0100 Subject: [PATCH] Reformat and conflict with Koperncius --- KittopiaTech/KittopiaTech-0.192.ckan | 48 ++++++++++++++++------------ 1 file changed, 28 insertions(+), 20 deletions(-) diff --git a/KittopiaTech/KittopiaTech-0.192.ckan b/KittopiaTech/KittopiaTech-0.192.ckan index d6ed9f45c3..735823ecad 100644 --- a/KittopiaTech/KittopiaTech-0.192.ckan +++ b/KittopiaTech/KittopiaTech-0.192.ckan @@ -1,22 +1,30 @@ { - "spec_version" : "v1.4", - "identifier" : "KittopiaTech", - "name" : "KittopiaTech", - "abstract" : "An in game planet editor", - "license" : "unknown", - "version" : "0.192", - "comment" : "Development halted until further notice", - "author" : "KCreator", - "ksp_version" : "0.90", - "resources" : { - "repository" : "https://github.com/KCreator/Kittopiatech_Planeteditor", - "homepage" : "http://forum.kerbalspaceprogram.com/threads/68619" - }, - "download" : "https://dl.dropboxusercontent.com/u/80556647/PlanetaryEditingToolsUI.zip", - "install" : [ - { - "find" : "KittopiaSpace", - "install_to" : "GameData" - } - ] + "spec_version": "v1.4", + "identifier" : "KittopiaTech", + "name" : "KittopiaTech", + "abstract" : "An in game planet editor", + "license" : "unknown", + "version" : "0.192", + "comment" : "Development halted until further notice", + "author" : "KCreator", + "ksp_version" : "0.90", + "resources": { + "repository": "https://github.com/KCreator/Kittopiatech_Planeteditor", + "homepage": "http://forum.kerbalspaceprogram.com/threads/68619" + }, + "download": "https://dl.dropboxusercontent.com/u/80556647/PlanetaryEditingToolsUI.zip", + "install": [ + { + "find": "KittopiaSpace", + "install_to": "GameData" + } + ], + "conflicts": [ + { + "name": "Kopernicus" + }, + { + "name": "KopernicusTech" + } + ] }