From 672c91b62b3b470886aba52fbe6e1e44d15e0923 Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Fri, 10 Apr 2015 17:38:04 +0200 Subject: [PATCH] added PartIconFixer It's recommended mod for Kerbal Foundries --- PartIconFixer/PartIconFixer-1.2.ckan | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 PartIconFixer/PartIconFixer-1.2.ckan diff --git a/PartIconFixer/PartIconFixer-1.2.ckan b/PartIconFixer/PartIconFixer-1.2.ckan new file mode 100644 index 0000000000..2751ba8360 --- /dev/null +++ b/PartIconFixer/PartIconFixer-1.2.ckan @@ -0,0 +1,23 @@ +{ + "spec_version" : 1, + "identifier" : "PartIconFixer", + "name" : "Part Icon Fixer", + "abstract" : "This is a little mod to fix a problem with the way KSP creates certain part icons:", + "author" : "xEvilReeperx", + "license" : "MIT", + "version" : "1.2", + "ksp_version_min" : "0.25", + "ksp_version_max" : "0.90", + "resources" : { + "homepage" : "http://forum.kerbalspaceprogram.com/threads/101632", + "repository" : "https://bitbucket.org/xEvilReeperx/ksp_particonfixer/overview", + }, + "install" : + [ + { + "file" : "PartIconFixer_1_2.dll", + "install_to" : "GameData" + } + ], + "download" : "https://bitbucket.org/xEvilReeperx/ksp_particonfixer/downloads/KSP-0.25_PartIconFixer_v1.2.zip" +}