Expand description
FTB packs installed from remote version manifests, without a local pack format.
Structs§
- FtbCurse
Forge Ref - 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.
- FtbVersion
Manifest - Installation manifest.
nameis 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.
curseforgeandinclude_optionalfollow the same rules asinstall_ftb_pack. No Java is required andinstance_config.jsonis not created. Use the returnedModpackInfoto install Minecraft and the loader before the first launch.