Skip to content

Commit

Permalink
fix forge dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Szedann committed Apr 21, 2024
1 parent 19a909f commit 16f17d2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions forge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ dependencies {

modCompileOnly("cc.tweaked:cc-tweaked-${"minecraft_version"()}-forge-api:${"cc_version"()}")
modCompileOnly("cc.tweaked:cc-tweaked-${"minecraft_version"()}-core-api:${"cc_version"()}")

forgeRuntimeLibrary("cc.tweaked:cobalt:0.9.3")
forgeRuntimeLibrary("com.jcraft:jzlib:1.1.3")
forgeRuntimeLibrary("io.netty:netty-codec-http:4.1.82.Final")
forgeRuntimeLibrary("io.netty:netty-codec-socks:4.1.82.Final")
forgeRuntimeLibrary("io.netty:netty-handler-proxy:4.1.82.Final")

if ("enable_cc"().toBoolean()) {
modLocalRuntime("cc.tweaked:cc-tweaked-${"minecraft_version"()}-forge:${"cc_version"()}")
}
Expand Down

0 comments on commit 16f17d2

Please sign in to comment.