9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2026-01-06 15:51:50 +00:00

fix: update PlayerAnimator to 1.2.6 for 1.19.4 support

This commit is contained in:
LoJoSho
2023-04-30 10:37:57 -05:00
parent 39a36fa73c
commit 38c270558c
2 changed files with 4 additions and 2 deletions

View File

@@ -100,7 +100,8 @@ dependencies {
implementation("org.bstats:bstats-bukkit:3.0.0")
implementation("com.jeff_media:SpigotUpdateChecker:3.0.0")
implementation("com.owen1212055:particlehelper:1.0.0-SNAPSHOT")
implementation("com.ticxo.playeranimator:PlayerAnimator:R1.2.5")
implementation("com.ticxo:PlayerAnimator:R1.2.6")
//implementation("com.ticxo.playeranimator:PlayerAnimator:R1.2.5")
}
tasks {

View File

@@ -33,7 +33,8 @@ dependencies {
implementation("org.bstats:bstats-bukkit:3.0.0")
implementation("com.jeff_media:SpigotUpdateChecker:3.0.0")
implementation("com.owen1212055:particlehelper:1.0.0-SNAPSHOT")
implementation("com.ticxo.playeranimator:PlayerAnimator:R1.2.5")
implementation("com.ticxo:PlayerAnimator:R1.2.6")
//implementation("com.ticxo.playeranimator:PlayerAnimator:R1.2.5")
}
java {