Expand description
ATLauncher packs, installed from ATLauncher’s online API.
ATLauncher has no pack file format: a pack version is described by a remote
Configs.json (loader and file list) plus an optional Configs.zip of config files.
Structs§
- AtConfigs
- AtLoader
- AtMod
- AtPack
Config - A pack version’s
Configs.json. - AtPack
Version - One published version of an ATLauncher pack.
Enums§
Functions§
- fetch_
atlauncher_ pack_ config - Fetch a pack version’s
Configs.json. - get_
atlauncher_ pack_ versions - List the published versions of an ATLauncher pack.
safe_nameis the pack’s URL-safe name, e.g.SkyFactory4. - install_
atlauncher_ pack - Install an ATLauncher pack version into
instance/{instance_name}. - install_
atlauncher_ pack_ files - Download and extract pack contents without installing Minecraft or its loader.
Optional entries follow the same selection rules as
install_atlauncher_pack. No Java is required andinstance_config.jsonis not created. Use the returnedModpackInfoto install Minecraft and the loader before the first launch.