From 861ed62711c3edb25496886ef1e8d74a5bcf4fb3 Mon Sep 17 00:00:00 2001 From: Felger Date: Sat, 22 Nov 2014 03:06:07 -0600 Subject: [PATCH] ModuleFixer Tested, installs correctly. Weird text in preview. --- ModuleFixer.ckan | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 ModuleFixer.ckan diff --git a/ModuleFixer.ckan b/ModuleFixer.ckan new file mode 100644 index 0000000000..0c2eb58b76 --- /dev/null +++ b/ModuleFixer.ckan @@ -0,0 +1,22 @@ +{ + "spec_version": 1, + "identifier": "ModuleFixer", + "ksp_version": "0.25", + "resources": + { + "homepage": "http://forum.kerbalspaceprogram.com/threads/63109" + }, + "name": "Module Fixer", + "license": "GPL-3.0", + "abstract": "This fixes the problems of “exploding/expanding” parts in the VAB while hovering over some parts in some mods.", + "author": "arsenic87", + "version": "3", + "download": "https://www.dropbox.com/s/ykqj3g0ilprg6b1/ModuleFixer.zip?dl=1", + "comment" : "Hand packaged by Felger, if anything's wrong, it's my fault.", + "install": [ + { + "file" : "ModuleFixer", + "install_to" : "GameData" + } + ] +} \ No newline at end of file