Skip to content

Commit

Permalink
Avoid remapping Wrench Wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
EnnuiL committed Nov 28, 2024
1 parent 7a56a65 commit 7902ce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
})
modImplementation libs.fabric.loader

modCompileOnly libs.wrench.wrapper
compileOnly libs.wrench.wrapper
}

loom {
Expand Down
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
modCompileOnly libs.modmenu
modLocalRuntime libs.modmenu

modImplementation libs.wrench.wrapper
implementation libs.wrench.wrapper

//modCompileOnly libs.bundles.trinkets
//modLocalRuntime libs.bundles.trinkets
Expand Down

0 comments on commit 7902ce7

Please sign in to comment.