Skip to content

Commit 416132d

Browse files
committed
temp fix for carbon config jarJar
1 parent e518e8b commit 416132d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

forge/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ dependencies {
5151
}
5252
jarJar("maven.modrinth:carbon-config:${project.carbon_config_forge_version}"){
5353
version {
54-
strictly("[1.18.2-1.2.6,)")
55-
prefer("[1.18.2-1.2.6,)")
54+
prefer(project.carbon_config_forge_version)
5655
}
5756
}
5857
}

0 commit comments

Comments
 (0)