-
I can do this in a Forge Architectury mod to include CC Tweaked repositories {
maven {
url 'https://squiddev.cc/maven/'
content {
includeGroup 'org.squiddev'
}
}
}
dependencies {
...
modImplementation "org.squiddev:cc-tweaked-${rootProject.minecraft_version}:${rootProject.cct_version}"
} How what I would change to use CC-Restitched in my Fabric Architectury mod. Also Architectury allows me to make my mod work on forge and fabric, by allowing to have a common code base between forge and fabric. But both forge and fabric needs to use specific libraries for the particular version. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Also been asked in the cc-restitched's issues |
Beta Was this translation helpful? Give feedback.
-
Answered by Merith-TK on cc-tweaked/cc-restitched#57 |
Beta Was this translation helpful? Give feedback.
Answered by Merith-TK on cc-tweaked/cc-restitched#57