Skip to content

Commit

Permalink
Replace modRuntimeOnly with modLocalRuntime
Browse files Browse the repository at this point in the history
  • Loading branch information
xpple committed Jan 19, 2025
1 parent 242819a commit dcdbdf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ dependencies {
modImplementation fabricApi.module("fabric-resource-loader-v0", project.fabric_api_version)
modImplementation fabricApi.module("fabric-command-api-v2", project.fabric_api_version)

modRuntimeOnly("me.djtheredstoner:DevAuth-fabric:${project.devauth_version}") {
modLocalRuntime("me.djtheredstoner:DevAuth-fabric:${project.devauth_version}") {
exclude group: 'net.fabricmc', module: 'fabric-loader'
}
}
Expand Down

0 comments on commit dcdbdf7

Please sign in to comment.