Skip to content

CompileException not found #1752

Answered by SquidDev
LubieKakao1212 asked this question in Q&A
Discussion options

You must be logged in to vote

Right, after some further poking this appears to be a bug with Architectury Loom (have opened architectury/architectury-loom#201)

On normal ForgeGradle, CC:T's additional dependencies are pulled in via jar-in-jar, to ensure they're correctly loaded despite not being mods. However, Architectury strips out the jarjar metadata (architectury/architectury-loom#159), so the jars are entirely ignored1

As a workaround, you can add this to your forge/build.gradle file:

dependencies {
    forgeRuntimeLibrary "org.squiddev:Cobalt:0.7.3"
    forgeRuntimeLibrary "com.jcraft:jzlib:1.1.3"
    forgeRuntimeLibrary "io.netty:netty-codec-http:4.1.82.Final"
    forgeRuntimeLibrary "io.netty:netty-codec-socks…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@LubieKakao1212
Comment options

@SquidDev
Comment options

Answer selected by SquidDev
@LubieKakao1212
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1751 on March 19, 2024 16:33.