Skip to main content

Module atpack

Module atpack 

Source
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
AtPackConfig
A pack version’s Configs.json.
AtPackVersion
One published version of an ATLauncher pack.

Enums§

AtDownloadType
AtExtractTo
AtModType

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_name is 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 and instance_config.json is not created. Use the returned ModpackInfo to install Minecraft and the loader before the first launch.