Skip to main content

How to add the library to your mod's project

Gradle Properties (latest versions are fetched automatically):

Minecraft VersionPAL VersionStatus
1.21.111.1.6+mc.1.21.11Supported
1.21.9-101.1.3+mc.1.21.9Unsupported
1.21.81.1.2+mc.1.21.8Unsupported
1.21.71.0.12+mc1.21.7Unsupported
1.21.11.1.4+mc.1.21.1Supported
pal_version = <latest version from the table above>

Maven Repository:

mavenCentral()
maven {
name = "RedlanceMinecraft"
url = "https://repo.redlance.org/public"
}

Architectury Common:

modApi "com.zigythebird.playeranim:PlayerAnimationLibCommon:$pal_version"
implementation "com.zigythebird.playeranim:PlayerAnimationLibCommon:$pal_version"

Architectury NeoForge:

modImplementation "com.zigythebird.playeranim:PlayerAnimationLibNeo:$pal_version"

Fabric:

modImplementation "com.zigythebird.playeranim:PlayerAnimationLibFabric:$pal_version"

NeoForge:

implementation "com.zigythebird.playeranim:PlayerAnimationLibNeo:$pal_version"