CompileException not found #1752
Answered
by
SquidDev
LubieKakao1212
asked this question in
Q&A
-
I have a Development Environment set up with architectury, when I try to launch the forge version it works fine until I try joining a world then it crashes with:
the project files can be found here |
Beta Was this translation helpful? Give feedback.
Answered by
SquidDev
Mar 19, 2024
Replies: 1 comment 3 replies
-
Does it work if you remove the dependency on Cobalt? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: