https://github.com/itrooz/modpackresolver
Checks mod compatibility for you and allow you to create a modpack with your preferred mods easily
https://github.com/itrooz/modpackresolver
bun minecraft mods typescript
Last synced: 10 months ago
JSON representation
Checks mod compatibility for you and allow you to create a modpack with your preferred mods easily
- Host: GitHub
- URL: https://github.com/itrooz/modpackresolver
- Owner: iTrooz
- License: gpl-3.0
- Created: 2025-03-22T19:15:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-31T18:19:36.000Z (10 months ago)
- Last Synced: 2025-08-31T20:38:16.600Z (10 months ago)
- Topics: bun, minecraft, mods, typescript
- Language: TypeScript
- Homepage: https://itrooz.github.io/ModpackResolver/
- Size: 2.86 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ModpackResolver
===
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
# Authors
- Frontend: [ZeKap](https://github.com/ZeKap)
- API calls & backend: [iTrooz](https://github.com/iTrooz)
# Development
First, install dependencies with `bun i`
To run the web app in development mode, go the right folder (`cd web`) and run using `bun run dev`
# WIP
Project is in dev state, not stable nor finished yet