Damn jackson complains about mh commas.

This commit is contained in:
Oleg Osipov 2014-12-25 12:50:05 +03:00
parent 0b652853ce
commit 5e592e69fc
1 changed files with 4 additions and 4 deletions

View File

@ -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" }
]
}
}