Skip to content

Commit 0c8c40f

Browse files
committed
Fix regutils
1 parent 52cbae3 commit 0c8c40f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ architectury_loom = "1.6.397"
1818
jetbrains_annotations = "24.1.0"
1919

2020
managedversioning = "1.2.19"
21-
registrationutils = "1.20.2-0.2.1"
21+
registrationutils = "1.20.6-0.1.0"
2222
enhancedgroovy = "0.2.0"
2323

2424
groovybundler = "2.1.4"

neoforge/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ afterEvaluate {
6161
configurations.extensionCompileClasspath.extendsFrom configurations.minecraftNamedCompile
6262

6363
dependencies {
64-
compileOnly reg.common()
64+
compileOnly reg.joined()
6565
localRuntime reg.joined()
66-
testCompileOnly reg.common()
66+
testCompileOnly reg.joined()
6767
testRuntimeOnly reg.joined()
68-
transformCompileOnly reg.common()
69-
extensionCompileOnly reg.common()
68+
transformCompileOnly reg.joined()
69+
extensionCompileOnly reg.joined()
7070
}
7171
}
7272

0 commit comments

Comments
 (0)