Download Incandescent Lib — Minecraft Mods — MetaMods

Incandescent Lib

Active

Downloads

0

Last update

3 months ago

Versions

1.20.1
Client and server
Forge
Libraries

Incandescent Lib

The modification is a lightweight library that provides a convenient API for creating entity and player animations in Minecraft. The solution is built on the modern keyframe animation system introduced in version 1.19+, ensuring compatibility with other animation libraries.

API Capabilities

To integrate the library into your project, add the following lines to your build.gradle file:

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

The library provides sufficiently functional yet lightweight interface for working with both entity and player animations. For more detailed information on practical application and implementation, it's recommended to refer to the project's source code.

Implementation Features

Since this is a library mod, it doesn't add any specific functions or features for regular players. Its main purpose is to serve as a tool for developers of other modifications.

Project members
nikgub

nikgub

Developer

nikgub_

nikgub_

Created: 12 Feb 2024

ID: 20594