A bloatless, easy-to-use and simple module manager including a configuration utility featuring a slick and minimal click gui. For Forge 1.8.9. Heavily in development.
repositories {
maven { url "https://repo.dreamys.studio/" }
}
dependencies {
implementation "studio.dreamys:lilac:1.0.0"
}
Depending on your gradle version, you might have to use compile, or shade with shadow if the library is missing from the built .jar.
Refer to the example for now.