Damn jackson complains about mh commas.
This commit is contained in:
parent
0b652853ce
commit
5e592e69fc
|
@ -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).",
|
"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" : {
|
"resources" : {
|
||||||
"homepage" : "http://forum.kerbalspaceprogram.com/threads/64117",
|
"homepage" : "http://forum.kerbalspaceprogram.com/threads/64117",
|
||||||
"repository" : "https://github.com/NathanKell/ModularFuelSystem",
|
"repository" : "https://github.com/NathanKell/ModularFuelSystem"
|
||||||
},
|
},
|
||||||
"depends" : [
|
"depends" : [
|
||||||
{ "name" : "KSPAPIExtensions" },
|
{ "name" : "KSPAPIExtensions" }
|
||||||
],
|
],
|
||||||
"supports" : [
|
"supports" : [
|
||||||
{ "name" : "AIESAerospace-Unofficial" },
|
{ "name" : "AIESAerospace-Unofficial" },
|
||||||
|
@ -35,6 +35,6 @@
|
||||||
{ "name" : "Stretchy" },
|
{ "name" : "Stretchy" },
|
||||||
{ "name" : "THHS" },
|
{ "name" : "THHS" },
|
||||||
{ "name" : "TT" },
|
{ "name" : "TT" },
|
||||||
{ "name" : "TVPP" },
|
{ "name" : "TVPP" }
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue