Disabled SVG from being included in the jar

This commit is contained in:
coolGi
2023-08-27 01:02:05 +09:30
parent fae58503a8
commit 34bb512f03
3 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -223,8 +223,8 @@ subprojects { p ->
forgeShadowMe("com.electronwill.night-config:toml:${rootProject.nightconfig_version}")
forgeShadowMe("com.electronwill.night-config:json:${rootProject.nightconfig_version}")
// SVG
forgeShadowMe("com.formdev:svgSalamander:${rootProject.svgSalamander_version}")
// SVG (not needed atm)
// forgeShadowMe("com.formdev:svgSalamander:${rootProject.svgSalamander_version}")
// Netty
// Breaks 1.16.5
@@ -304,8 +304,8 @@ subprojects { p ->
// NightConfig (includes Toml & Json)
relocate "com.electronwill.nightconfig", "${librariesLocation}.electronwill.nightconfig"
// SVG
relocate "com.kitfox.svg", "${librariesLocation}.kitfox.svg"
// SVG (not needed atm)
// relocate "com.kitfox.svg", "${librariesLocation}.kitfox.svg"
// Netty
relocate "io.netty", "${librariesLocation}.netty"