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" + } + ] }