gorilla-devs / ferium

Fast and multi-source CLI program for managing Minecraft mods and modpacks from Modrinth, CurseForge, and GitHub Releases
Mozilla Public License 2.0
1.16k stars 49 forks source link

Compile mods from source #443

Open theRookieCoder opened 1 week ago

theRookieCoder commented 1 week ago

The Problem

Some mods do not have releases, or they do not work properly.

Your Solution(s)

Keep the repository downloaded, check if there are new commits when upgrading, and compile and install the JAR file if a new version can be compiled.

theRookieCoder commented 1 week ago

A little bit of trivia: this is the idea with which ferium was originally created.