- Install module loaders like
forge
,fabric
,optifine
,quilt
, etc. - Monitor game logs, you can specify which actions are performed when the game outputs logs
- Ability to parse files of projected modules, installed modules and resource packages
- Ability to download game files from anywhere yourself
- Cross-platform, supports
Windows
GNU/Linux
MacOS
- Built-in concurrent downloads, you can specify the number of files to be downloaded at the same time according to your needs
- Detailed, accurate documentation and lots of examples
- Lots of features to meet most of the needs of developing launchers
cargo add aml_core
Detailed documentation is here
This program is distributed under the GPL-3.0 Open Source License, with additional terms.
When you distribute a modified version of the program, you must change the name or version number of the program in a reasonable manner to indicate that it is different from the original version. (Based on GPL-3.0, 7(c))
-
You need to find all the words related to the name of this program in the source code and replace them with the name of your own program
-
You may not remove the copyright notice displayed in the program. (As per GPL-3.0, 7(b))
-
if you and the recipient sign something of a contractual nature and provide an undertaking of liability, the licensor and author are not jointly and severally liable. (Based on GPL-3.0, 7(b))