Skip to content

Commit 7da2d04

Browse files
changed to use runtimeOnly for Blame
1 parent 3d22fe6 commit 7da2d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies {
7070

7171
// I recommend having Blame on in your development environment as it can give you more info of what is
7272
// broken with your Jigsaw structure. It is super useful!. Just uncomment out this line and refresh gradle.
73-
// implementation fg.deobf("com.telepathicgrunt:Blame:1.16.5-3.0.1-forge")
73+
// runtimeOnly fg.deobf("com.telepathicgrunt:Blame:1.16.5-3.0.1-forge")
7474
}
7575

7676
// Example for how to get properties into the manifest for reading by the runtime..

0 commit comments

Comments
 (0)