Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Use modRuntimeOnly on mods
  • Loading branch information
KosmX authored Oct 28, 2022
1 parent 8670fb2 commit a957096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
include modImplementation("dev.kosmx.player-anim:player-animation-lib-fabric:${project.player_anim}")
//You might want bendy-lib. playerAnimator will wrap it.
//include runtimeOnly("io.github.kosmx.bendy-lib:bendy-lib-fabric:${project.bendylib_version}")
//include modRuntimeOnly("io.github.kosmx.bendy-lib:bendy-lib-fabric:${project.bendylib_version}")
}
```
Expand Down

0 comments on commit a957096

Please sign in to comment.