VulpixelMC / YummyQuiltHacks

A series of yummy 😋 hacks and utilities for covering legitimate usecases in immoral ways
Mozilla Public License 2.0
6 stars 2 forks source link

Split API Features Into Modules #4

Open sylv256 opened 1 year ago

sylv256 commented 1 year ago

Abstract

It would be nice to split the API features into separate modules so developers can jar-in-jar specific API features. Of course, this will be done when Quilt has an automatic dependency downloader so that the base library containing the Java agent can be downloaded separately.

Alternatives

An alternative is to include the entire API, either using jar-in-jar'ing or requiring it as an external dependency.

Advantages

Drawbacks

itstryme commented 1 year ago

tryme was here