Skip to content

Commit b28c172

Browse files
committed
add lib
1 parent 2355482 commit b28c172

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ shadowJar {
2828
configurations = [project.configurations.shadowImplementation]
2929
relocate "org.apache.http.client.cache", "org.teacon.slides.http.client.cache"
3030
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"
3132
}
3233

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

4142
shadowImplementation "org.apache.httpcomponents:httpclient-cache:4.5.14"
43+
shadowImplementation "org.sejda.imageio:webp-imageio:0.1.6"
4244

4345
modLocalRuntime "maven.modrinth:sodium:74Y5Z8fo" //1.18.2
4446
// modLocalRuntime "maven.modrinth:iris:45ETshvT"

0 commit comments

Comments
 (0)