Skip to content
Discussion options

You must be logged in to vote

Oh, do you have a link to the repository you're using? I couldn't see anything in the old 1.12 repo, but wasn't sure if there was a more active fork for 1.12.

The "proper" way is probably do depend on CC:T's maven instead. I think adding the following to your build.gradle should work — I'm afraid it has been some years since I've touched 1.12!

dependencies {
  maven { url 'https://maven.squiddev.cc/' }
}

dependencies {
  deobfCompile "org.squiddev:cc-tweaked-1.12.2:1.89.2"
}

Placing the jar in the libs folder may work. I think some versions of the ForgeGradle plugin automatically added it as a dependency. If that doesn't work, add the following to your build.gradle file:

dependencies {
 …

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by SquidDev
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
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 #2107 on February 22, 2025 13:54.