Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gubnik/incandescentlib

A minimalistic lib for providing close-to-vanila animations, utility and more
https://github.com/gubnik/incandescentlib

animation api forge minecraft minecraft-forge-mod minecraft-mod

Last synced: 1 day ago
JSON representation

A minimalistic lib for providing close-to-vanila animations, utility and more

Awesome Lists containing this project

README

        

# Incandescent Lib
A light-weight library providing API for entity & player animations with included utility

## API
To use Incandescent Lib for your project, include the following line in your build.gradle:\
```groovy
repositories {
maven {
url "https://cursemaven.com"
content {
includeGroup "curse.maven"
}
}
}
dependancies {
implementation fg.deobf("curse.maven:incandescent_lib-971520:5620379")
}
```

## Provided functionality
Refer to comments in code until better documentation is provided