Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
Fix cf/mr dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
florensie committed Jun 14, 2022
1 parent 024884e commit ccae7f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ curseforge {
relations {
requiredDependency "fabric-api"
requiredDependency "cloth-config"
requiredDependency "trinkets-fabric"
requiredDependency "trinkets"
embeddedLibrary "cardinal-components"
embeddedLibrary "expandability"
optionalDependency "modmenu"
Expand Down Expand Up @@ -172,7 +172,7 @@ modrinth {

dependencies {
required.project "fabric-api"
required.project "cardinal-components-api"
required.project "trinkets"
required.project "cloth-config"
}
}

0 comments on commit ccae7f9

Please sign in to comment.