From f7165ad0e78173f9278ba3845bd56d9fc4fa73c0 Mon Sep 17 00:00:00 2001 From: Myk Dowling Date: Mon, 9 May 2016 23:53:11 +1000 Subject: [PATCH] Add ModularFuelSystems 5.7.4 (#1151) --- ModularFuelTanks/ModularFuelTanks-5.7.4.ckan | 40 ++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 ModularFuelTanks/ModularFuelTanks-5.7.4.ckan diff --git a/ModularFuelTanks/ModularFuelTanks-5.7.4.ckan b/ModularFuelTanks/ModularFuelTanks-5.7.4.ckan new file mode 100644 index 0000000000..a230386b2e --- /dev/null +++ b/ModularFuelTanks/ModularFuelTanks-5.7.4.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.7.4.zip", + "license" : "CC-BY-SA", + "version" : "5.7.4", + "release_status" : "stable", + "ksp_version" : "1.1.2", + "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/index.php?/topic/58235-*", + "repository" : "https://github.com/NathanKell/ModularFuelSystem" + }, + "depends": [ + { "name": "ModuleManager" } + ], + "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" } + ] +}