We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9882467 commit c016f50Copy full SHA for c016f50
build.gradle.kts
@@ -35,7 +35,7 @@ dependencies {
35
36
modImplementation("com.simibubi.create:create-fabric-${"minecraft_version"()}:${"create_version"()}")
37
38
- compileOnly("maven.modrinth:copycats:fabric.1.20.1-1.3.2") { isTransitive = false }
+ modCompileOnly("maven.modrinth:copycats:fabric.1.20.1-1.3.2") { isTransitive = false }
39
}
40
41
tasks.processResources {
0 commit comments