We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed5cd09 commit 613919eCopy full SHA for 613919e
build.gradle
@@ -28,6 +28,7 @@ shadowJar {
28
configurations = [project.configurations.shadowImplementation]
29
relocate "org.apache.http.client.cache", "org.teacon.slides.http.client.cache"
30
relocate "org.apache.http.impl.client.cache", "org.teacon.slides.http.impl.client.cache"
31
+ relocate "com.luciad.imageio.webp", "org.teacon.slides.imageio.webp"
32
}
33
34
dependencies {
@@ -39,6 +40,7 @@ dependencies {
39
40
modApi "com.terraformersmc:modmenu:${project.mod_menu_version}"
41
42
shadowImplementation "org.apache.httpcomponents:httpclient-cache:4.5.14"
43
+ shadowImplementation "org.sejda.imageio:webp-imageio:0.1.6"
44
45
// modLocalRuntime "maven.modrinth:sodium:Fz37KqRh" //1.17.1
46
// modLocalRuntime "maven.modrinth:iris:45ETshvT"
0 commit comments