Skip to content

Commit

Permalink
add lib
Browse files Browse the repository at this point in the history
  • Loading branch information
AIDA64S committed Jun 18, 2024
1 parent 1a39e41 commit 7da97a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ shadowJar {
configurations = [project.configurations.shadowImplementation]
relocate "org.apache.http.client.cache", "org.teacon.slides.http.client.cache"
relocate "org.apache.http.impl.client.cache", "org.teacon.slides.http.impl.client.cache"
relocate "com.luciad.imageio.webp", "org.teacon.slides.imageio.webp"
}

dependencies {
Expand All @@ -39,6 +40,7 @@ dependencies {
modApi "com.terraformersmc:modmenu:${project.mod_menu_version}"

shadowImplementation "org.apache.httpcomponents:httpclient-cache:4.5.14"
shadowImplementation "org.sejda.imageio:webp-imageio:0.1.6"

modLocalRuntime "maven.modrinth:sodium:rAfhHfow" //1.19.2
// modLocalRuntime "maven.modrinth:iris:45ETshvT"
Expand Down

0 comments on commit 7da97a1

Please sign in to comment.