From what I findo out, some say that it should be used in the <profile>.json file
under "minecraftArguments": " " like:
"minecraftArguments": " --modListFile file1.json "
it must have a filePath assigned like --modListFile ModList1.json and such file under ".\.minecraft\ModList1.json"
and it must contain:
{
"repositoryRoot": "/home/squiddev/mods",
"modRef": ["computercraft.jar", "cctweaks.jar"]
}
but the information source was not 100% sure of that.
Can anyone help me on that?