Skip to content

Commit

Permalink
Fix cloth-config basic-math shadowing
Browse files Browse the repository at this point in the history
  • Loading branch information
zbx1425 committed Sep 30, 2023
1 parent 4ad4048 commit 5f504fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ dependencies {
exclude(group: "net.fabricmc.fabric-api")
}
clothConfigJar("me.shedaniel.cloth:cloth-config-fabric:${rootProject.cloth_config_version}") { transitive false }
clothConfigJar("me.shedaniel.cloth:basic-math:0.6.1") { transitive false }
}

processResources {
Expand Down
1 change: 1 addition & 0 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ dependencies {
exclude(group: "net.fabricmc.fabric-api")
}
clothConfigJar("me.shedaniel.cloth:cloth-config-forge:${rootProject.cloth_config_version}") { transitive = false }
clothConfigJar("me.shedaniel.cloth:basic-math:0.6.1") { transitive false }
}

processResources {
Expand Down

0 comments on commit 5f504fe

Please sign in to comment.