MODPACK_PLATFORM, MOD_PLATFORM or TYPE to FTBA.
The “A” at the end of “FTBA” is important. The value “FTB” used to be an alias for “CURSEFORGE”.
VERSION does not need to be specified.
Environment Variables
| Variable | Required | Description |
|---|---|---|
TYPE | Yes | Set to FTBA |
FTB_MODPACK_ID | Yes | Numerical ID of the modpack to install |
FTB_MODPACK_VERSION_ID | No | Numerical ID of specific version (defaults to latest) |
FTB_FORCE_REINSTALL | No | Force re-installation if files are inconsistent |
Finding the Modpack ID
The modpack ID can be located by:Find your modpack
Browse to FTB Modpacks and locate your desired modpack
Finding the Version ID
The version ID is optional. To find it:Basic Usage
Example: FTB Presents Direwolf20 1.12
This example runs the latest version of FTB Presents Direwolf20 1.12:Upgrading
Automatic Upgrades
If a specificFTB_MODPACK_VERSION_ID was not specified, simply restart the container to pick up the newest modpack version:
Manual Version Upgrades
If using a specific version ID, recreate the container with the new version ID:Troubleshooting
Force Reinstall
If files become inconsistent (e.g., accidentally removing files), force FTB to re-run:Java Version Compatibility
FTB modpacks typically require specific Java versions:- Java 8: Most legacy FTB packs (1.7.10 - 1.12.2)
- Java 17+: Modern FTB packs (1.18+)
Most FTB modpacks require at least 4GB of memory. Set
MEMORY to 4G or higher.