architectury / architectury-loom

A Gradle plugin to setup environments for Fabric, Forge, NeoForge and Quilt modding.
https://docs.architectury.dev/loom/introduction
MIT License
115 stars 42 forks source link

Libraries on the runtime classpath should work without forgeRuntimeLibrary #58

Closed Juuxel closed 1 year ago

Juuxel commented 3 years ago

Normal dependencies should Just Work™ from the user's perspective without this sort of hackery and a separate configuration.

shedaniel commented 3 years ago

Unfortunately this is limited by Forge's new runtime classpath file, this is actually more of a hackery in ForgeGradle as users of FG has to declare a new configuration themselves and apply to the file

Juuxel commented 1 year ago

This is not planned anymore – there is no good way to automatically detect which files should be on the bootstrap classpath.