Merge branch 'master' of github.com:KSP-CKAN/CKAN-meta
This commit is contained in:
commit
be948abeba
|
@ -0,0 +1,67 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "ModularFuelTanks",
|
||||
"name": "Modular Fuel Tanks",
|
||||
"abstract": "Refit tank with different fuel or other contents",
|
||||
"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).",
|
||||
"author": [
|
||||
"taniwha",
|
||||
"NathanKell",
|
||||
"Swamp Ig",
|
||||
"ChestBurster",
|
||||
"ialdabaoth"
|
||||
],
|
||||
"license": "CC-BY-SA",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/58235-11-modular-fuel-tanks-v570/",
|
||||
"repository": "https://github.com/NathanKell/ModularFuelSystem"
|
||||
},
|
||||
"version": "5.12.1",
|
||||
"ksp_version_min": "1.4",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"supports": [
|
||||
{
|
||||
"name": "AIESAerospace-Unofficial"
|
||||
},
|
||||
{
|
||||
"name": "FASA"
|
||||
},
|
||||
{
|
||||
"name": "Firespitter"
|
||||
},
|
||||
{
|
||||
"name": "KOSMOS-SSPP"
|
||||
},
|
||||
{
|
||||
"name": "KSPX"
|
||||
},
|
||||
{
|
||||
"name": "KWRocketry"
|
||||
},
|
||||
{
|
||||
"name": "NovaPunch"
|
||||
},
|
||||
{
|
||||
"name": "RLA-Stockalike"
|
||||
},
|
||||
{
|
||||
"name": "SDHI-ServiceModuleSystem"
|
||||
},
|
||||
{
|
||||
"name": "SpaceShuttleEngines"
|
||||
}
|
||||
],
|
||||
"download": "http://taniwha.org/~bill/ModularFuelTanks_v5.11.0.zip",
|
||||
"download_size": 38749,
|
||||
"download_hash": {
|
||||
"sha1": "BBBCB87F8E2416385C1F7AB7EF46AA3482BA526A",
|
||||
"sha256": "B611ED53B2C7FF8CF2E4F070C13CF6E7A90D30A1786558489B585D68D6190527"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
|
@ -12,6 +12,9 @@
|
|||
"version": "0.1.5.8",
|
||||
"ksp_version_min": "1.5.1",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "ToolbarController"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue