Skip to content

Commit

Permalink
changed to use runtimeOnly for Blame
Browse files Browse the repository at this point in the history
  • Loading branch information
TelepathicGrunt committed Jun 9, 2021
1 parent 3d22fe6 commit 7da2d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {

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

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

0 comments on commit 7da2d04

Please sign in to comment.