Download Incandescent Lib — Minecraft Mods — MetaMods

Incandescent Lib

Active

Downloads

0

Last update

1 month ago

Versions

1.20.1
Client and server
Forge
Libraries

Library's logo: emoticon "\|T|/" depicting a man praising the grossly incandescent sun

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:

repositories {
    maven {
        url "https://cursemaven.com"
        content {
            includeGroup "curse.maven"
        }
    }
}
dependancies {
    implementation fg.deobf("curse.maven:incandescent_lib-971520:5085017")
}

Incandescent Lib provides a sufficient yet light-weight API for both entity and player animations while using Minecraft's 1.19+ keyframe animation system making it compatible with other animation libs. Please refer to source code for futher info related to usage and implementation.

Provided functionality

Due to this mod being library, it doesn't add any solid features on its own.