Expand description
Modpack installation: Modrinth (.mrpack), CurseForge (manifest.json zip) and
ATLauncher (online packs).
Every format follows the same flow: parse the pack, install vanilla + the loader via
install_with_loader, extract overrides/configs into instance/{name}/.minecraft,
then download the files listed by the pack.
Modules§
- atpack
- ATLauncher packs, installed from ATLauncher’s online API.
- cfpack
- CurseForge modpacks (a zip holding
manifest.jsonandoverrides/). - mrpack
- Modrinth modpacks (
.mrpack).
Structs§
- Manual
Download - A file that could not be downloaded automatically (CurseForge files whose authors
disallow third-party distribution, ATLauncher
browserdownloads). - Modpack
Info - Format-independent description of a modpack.
- Modpack
Install Result
Enums§
- Modpack
Format - Format of a local modpack file. ATLauncher packs have no file format; use
atpack::install_atlauncher_packfor those.
Functions§
- detect_
modpack_ format - Detect a modpack’s format from the zip contents.
- install_
modpack - Install a local modpack file, detecting its format.