Skip to content

Commit

Permalink
Remove transitive dependency on Quilt Loader
Browse files Browse the repository at this point in the history
  • Loading branch information
EnnuiL committed Nov 26, 2024
1 parent be43b66 commit 0fdedcd
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 @@ -38,7 +38,7 @@ loom {
dependencies {
minecraft libs.minecraft
mappings variantOf(libs.quilt.mappings) { classifier 'intermediary-v2' }
modImplementation libs.quilt.loader
modCompileOnly libs.quilt.loader

shadow(libs.bundles.quilt.config) {
transitive = false
Expand Down

0 comments on commit 0fdedcd

Please sign in to comment.