An open API service indexing awesome lists of open source software.

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

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