Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dxxxxy/lilac
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.
https://github.com/dxxxxy/lilac
bloatless click configuration easy-to-use forge gui lilac manager minecraft minimal module slick utility
Last synced: 38 minutes ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/dxxxxy/lilac
- Owner: dxxxxy
- Created: 2022-02-25T03:25:38.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-26T05:30:03.000Z (almost 3 years ago)
- Last Synced: 2024-11-09T15:32:23.224Z (about 2 months ago)
- Topics: bloatless, click, configuration, easy-to-use, forge, gui, lilac, manager, minecraft, minimal, module, slick, utility
- Language: Java
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lilac
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.## Including the library
```groovy
repositories {
maven { url "https://repo.dreamys.studio/" }
}
``````groovy
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.## Usage
Refer to the [example](https://github.com/DxxxxY/lilac/tree/master/src/main/java/studio/dreamys/test) for now.