This project allows you to quickly visualize which versions of Minecraft to use for a given set of mods.
Select the mods you would like to use, and the tool will list Minecraft versions with the highest compatibility (= with the most mods available).
Use it at https://itrooz.github.io/ModpackResolver
Download the artifact from the nightly release
- Clone project
- Install dependencies with
bun i
- To run the web app in development mode, go the right folder (
cd web
) and run usingbun run dev
. You may specify to proxy/cache API requests through http://localhost:8080 by runningbun run opt:proxy bun run dev