Skip to content

Commit 88b1156

Browse files
Fix scalar wrong config
1 parent e4c2d84 commit 88b1156

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/scripts/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
compileOnly "com.cleanroommc:lwjglx:1.0.0"
2525
}
2626

27-
runtimeOnly "com.cleanroommc:scalar:1.0.0"
27+
modRuntimeOnly "com.cleanroommc:scalar:1.0.0"
2828

2929
// Example - Dependency descriptor:
3030
// 'com.google.code.gson:gson:2.8.6' << group: com.google.code.gson, name:gson, version:2.8.6

0 commit comments

Comments
 (0)