Am I Up To Date?
Am I Up To Date is a lightweight Minecraft mod designed to help users track modpack updates. It compares the local version of your installed modpack with the latest version available on Modrinth and notifies you when updates are available.
How It Works
This mod loads when you start the game and automatically detects your current modpack version. When connected to the internet, it checks for new versions through the Modrinth API. If a newer update is found, the mod displays a clear notification with information about the new version.
Configuration is done by specifying a special API URL for your modpack. You can obtain this URL using the following method:
- Go to the Modrinth API documentation page at: https://docs.modrinth.com/api/operations/getprojectversions/
- Find the section with the GET method
- In the "Production server" section, replace {id|slug} with your modpack's identifier
- Add the resulting URL to the mod's configuration
Example for the "PyPack" modpack: https://api.modrinth.com/v2/project/olD3AEfS/version
Note that you can copy the modpack ID from the project page via the "More options" menu → "Copy ID".
Frequently Asked Questions
Which modpack platforms are supported?
- Currently only Modrinth is supported
Compatibility and Requirements
- Requires internet connection to check for updates
- Compatible with Fabric and NeoForge
- Does not conflict with other mods
- Has minimal performance impact