How to add the library to your mod's project
Gradle Properties (latest versions are fetched automatically):
| Minecraft Version | PAL Version | Status |
|---|---|---|
| 1.21.11 | 1.1.6+mc.1.21.11 | Supported |
| 1.21.9-10 | 1.1.3+mc.1.21.9 | Unsupported |
| 1.21.8 | 1.1.2+mc.1.21.8 | Unsupported |
| 1.21.7 | 1.0.12+mc1.21.7 | Unsupported |
| 1.21.1 | 1.1.4+mc.1.21.1 | Supported |
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"