AlessioDP / libby

A runtime dependency management library for plugins running in Java-based Minecraft server platforms.
MIT License
76 stars 20 forks source link

Fabric Support #14

Open BrycensRanch opened 1 year ago

BrycensRanch commented 1 year ago

Hi, I love the work you've done to fix up this old library. As a library consumer, I've really liked using this library to help ship smaller jars in the first place and download from Maven Central on the fly. However, Fabric support is something that has been on my mind a lot recently, as I'd like to do an uber jar approach that supports all the platforms I'm targeting without including any dependencies. However, Fabric support would greatly aid in doing so. I'm willing to try and PR this.

frengor commented 1 year ago

If you'd like to make a PR for adding this it would be great I think!
Perhaps also adding support for Forge may be a good thing.

AlessioDP commented 1 year ago

For me its okay to support both Forge and Fabric, just I do not have time right now to handle and test them. So PRs would be appreciated :)