Skip to main content

Module ftbpack

Module ftbpack 

Source
Expand description

FTB packs installed from remote version manifests, without a local pack format.

Structs§

FtbCurseForgeRef
CurseForge IDs used when a file has no direct download URL.
FtbFile
A file placed in path, a directory relative to the instance’s .minecraft.
FtbPack
Pack metadata and available versions from the FTB API.
FtbTarget
A game, modloader, or runtime required by a pack version.
FtbVersion
One FTB pack version, including archived versions.
FtbVersionManifest
Installation manifest. name is the version name, not the pack name.

Functions§

fetch_ftb_version_manifest
Fetch the files and targets for one pack version without installing it.
get_ftb_pack
Fetch pack metadata, including its name and available versions.
install_ftb_pack
Install an FTB pack version into instance/{instance_name}.
install_ftb_pack_files
Download pack contents without installing Minecraft or its loader. curseforge and include_optional follow the same rules as install_ftb_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.