Skip to content

Commit

Permalink
Updated CMI libs
Browse files Browse the repository at this point in the history
  • Loading branch information
AerWyn81 committed Nov 30, 2023
1 parent 015bb15 commit 1190291
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ dependencies {
compileOnly("com.arcaniax:HeadDatabase-API:1.3.1")
compileOnly("com.github.decentsoftware-eu:decentholograms:2.8.2")
compileOnly("me.filoghost.holographicdisplays:holographicdisplays-api:3.0.0")
compileOnly(files("../libs/CMILib1.3.0.0.jar"))
compileOnly(files("../libs/CMI-9.6.0.2.jar"))
compileOnly(files("../libs/CMILib1.4.3.4.jar"))
compileOnly(files("../libs/CMI-9.6.8.5.jar"))
implementation("com.github.AerWyn81:Hologram-Lib:2.6.0-fork")
implementation("redis.clients:jedis:4.4.3")
implementation("de.tr7zw:item-nbt-api:2.12.0")
Expand Down
4 changes: 2 additions & 2 deletions install-dependency.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ download() {
curl -Lb ./cookie "https://drive.google.com/uc?export=download&`echo ${html}|grep -Po '(confirm=[a-zA-Z0-9\-_]+)'`&id=$1" -o $2
}

download "$1" "CMI-9.6.0.2.jar"
download "$2" "CMILib1.3.0.0.jar"
download "$1" "CMI-9.6.8.5.jar"
download "$2" "CMILib1.4.3.4.jar"

0 comments on commit 1190291

Please sign in to comment.