diff --git a/README.md b/README.md index 4a145427..a0d24c14 100644 --- a/README.md +++ b/README.md @@ -614,8 +614,8 @@ Crucible is only available for 1.7.10, so be sure to set `VERSION=1.7.10`. [Feed the Beast application](https://www.feed-the-beast.com/) modpacks are supported by using `-e TYPE=FTBA` (**note** the "A" at the end of the type). This server type will automatically take care of downloading and installing the modpack and appropriate version of Forge, so the `VERSION` does not need to be specified. ### Environment Variables: -- `FTB_MODPACK_ID`: **required**, the numerical ID of the modpack to install. The ID can be located by [finding the modpack](https://www.feed-the-beast.com/modpack) and using the "ID" displayed next to the name -- `FTB_MODPACK_VERSION_ID`: optional, the numerical Id of the version to install. If not specified, the latest version will be installed. The "Version ID" can be obtained by drilling into the Versions tab and clicking a specific version. +- `FTB_MODPACK_ID`: **required**, the numerical ID of the modpack to install. The ID can be located by [finding the modpack](https://www.feed-the-beast.com/modpack) and hovering over the name of the modpack, [as shown here](docs/ftba-identifier-popup.png). +- `FTB_MODPACK_VERSION_ID`: optional, the numerical Id of the version to install. If not specified, the latest version will be installed. The "Version ID" can be obtained by drilling into the Versions tab and hovering over the version name, [as shown here](docs/ftba-version-id-popup.png). ### Upgrading diff --git a/docs/ftba-identifier-popup.png b/docs/ftba-identifier-popup.png new file mode 100644 index 00000000..9c5c7b84 Binary files /dev/null and b/docs/ftba-identifier-popup.png differ diff --git a/docs/ftba-version-id-popup.png b/docs/ftba-version-id-popup.png new file mode 100644 index 00000000..4b611b18 Binary files /dev/null and b/docs/ftba-version-id-popup.png differ