From 0b652853ce3271e919aae0cd5607a106b1a61af4 Mon Sep 17 00:00:00 2001 From: Oleg Osipov Date: Thu, 25 Dec 2014 12:23:53 +0300 Subject: [PATCH 1/2] Added ModularFuelTanks 5.3.0 for 0.90 --- ModularFuelTanks-5.3.0.ckan | 40 +++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 ModularFuelTanks-5.3.0.ckan diff --git a/ModularFuelTanks-5.3.0.ckan b/ModularFuelTanks-5.3.0.ckan new file mode 100644 index 0000000000..cb14e8cbb6 --- /dev/null +++ b/ModularFuelTanks-5.3.0.ckan @@ -0,0 +1,40 @@ +{ + "spec_version" : 1, + "name" : "Modular Fuel Tanks", + "abstract" : "Refit tank with different fuel or other contents", + "identifier" : "ModularFuelTanks", + "download" : "http://taniwha.org/~bill/ModularFuelTanks_v5.3.0.zip", + "license" : "CC-BY-SA", + "version" : "5.3.0", + "release_status" : "stable", + "ksp_version" : "0.90", + "author" : ["taniwha", "NathanKell", "Swamp Ig", "ChestBurster", "ialdabaoth"], + "description" : "Modular Fuel Tanks allows any supported tank to be filled with exactly how much or how little fuel you want, of whatever type you want (though different tanks may allow or disallow certain fuels; jet fuel tanks won't take oxidizer for instance).", + "resources" : { + "homepage" : "http://forum.kerbalspaceprogram.com/threads/64117", + "repository" : "https://github.com/NathanKell/ModularFuelSystem", + }, + "depends" : [ + { "name" : "KSPAPIExtensions" }, + ], + "supports" : [ + { "name" : "AIESAerospace-Unofficial" }, + { "name" : "AIESAerospace" }, + { "name" : "FASA" }, + { "name" : "Firespitter" }, + { "name" : "KOSMOS" }, + { "name" : "KSPX" }, + { "name" : "KWRocketry" }, + { "name" : "MFSSettings" }, + { "name" : "NASAmission" }, + { "name" : "NovaPunch" }, + { "name" : "RLA-Stockalike" }, + { "name" : "SDHI" }, + { "name" : "SpaceShuttleEngines" }, + { "name" : "Squad" }, + { "name" : "Stretchy" }, + { "name" : "THHS" }, + { "name" : "TT" }, + { "name" : "TVPP" }, + ] +} \ No newline at end of file From 5e592e69fc77a72ccb796f7c692468c6f0b54611 Mon Sep 17 00:00:00 2001 From: Oleg Osipov Date: Thu, 25 Dec 2014 12:50:05 +0300 Subject: [PATCH 2/2] Damn jackson complains about mh commas. --- ModularFuelTanks-5.3.0.ckan | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ModularFuelTanks-5.3.0.ckan b/ModularFuelTanks-5.3.0.ckan index cb14e8cbb6..96a3fb4d76 100644 --- a/ModularFuelTanks-5.3.0.ckan +++ b/ModularFuelTanks-5.3.0.ckan @@ -12,10 +12,10 @@ "description" : "Modular Fuel Tanks allows any supported tank to be filled with exactly how much or how little fuel you want, of whatever type you want (though different tanks may allow or disallow certain fuels; jet fuel tanks won't take oxidizer for instance).", "resources" : { "homepage" : "http://forum.kerbalspaceprogram.com/threads/64117", - "repository" : "https://github.com/NathanKell/ModularFuelSystem", + "repository" : "https://github.com/NathanKell/ModularFuelSystem" }, "depends" : [ - { "name" : "KSPAPIExtensions" }, + { "name" : "KSPAPIExtensions" } ], "supports" : [ { "name" : "AIESAerospace-Unofficial" }, @@ -35,6 +35,6 @@ { "name" : "Stretchy" }, { "name" : "THHS" }, { "name" : "TT" }, - { "name" : "TVPP" }, + { "name" : "TVPP" } ] -} \ No newline at end of file +}