Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days ago
JSON representation
A minimalistic lib for providing close-to-vanila animations, utility and more
- Host: GitHub
- URL: https://github.com/gubnik/incandescentlib
- Owner: gubnik
- License: gpl-3.0
- Created: 2024-02-03T01:23:44.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-09-29T17:02:32.000Z (about 2 months ago)
- Last Synced: 2024-10-31T05:04:38.395Z (16 days ago)
- Topics: animation, api, forge, minecraft, minecraft-forge-mod, minecraft-mod
- Language: Java
- Homepage:
- Size: 203 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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:5629137")
}
```## Provided functionality
Refer to comments in code until better documentation is provided