File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ dependencies {
4444 implementation(" org.reflections:reflections:0.10.2" )
4545 implementation(" com.github.Edouard127:KDiscordIPC:$discordIPCVersion " )
4646 implementation(" com.pngencoder:pngencoder:0.15.0" )
47- implementation(" org.bytedeco:ffmpeg-platform:6.1.1-1.5.10" )
4847
4948 // Add Kotlin
5049 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinxCoroutinesVersion " )
Original file line number Diff line number Diff line change @@ -87,7 +87,6 @@ dependencies {
8787 includeLib(" dev.babbaj:nether-pathfinder:1.5" )
8888 includeLib(" com.github.Edouard127:KDiscordIPC:$discordIPCVersion " )
8989 includeLib(" com.pngencoder:pngencoder:0.15.0" )
90- includeLib(" org.bytedeco:ffmpeg-platform:6.1.1-1.5.10" )
9190
9291 // Add mods to the mod jar
9392 includeMod(" net.fabricmc.fabric-api:fabric-api:$fabricApiVersion +$minecraftVersion " )
Original file line number Diff line number Diff line change @@ -98,7 +98,6 @@ dependencies {
9898 includeLib(" org.javassist:javassist:3.28.0-GA" )
9999 includeLib(" com.github.Edouard127:KDiscordIPC:$discordIPCVersion " )
100100 includeLib(" com.pngencoder:pngencoder:0.15.0" )
101- includeLib(" org.bytedeco:ffmpeg-platform:6.1.1-1.5.10" )
102101
103102 // Add mods to the mod jar
104103 includeMod(" thedarkcolour:kotlinforforge:$kotlinForgeVersion " )
You can’t perform that action at this time.
0 commit comments