Skip to content

Commit

Permalink
chore: fix cf fabric dep slug
Browse files Browse the repository at this point in the history
  • Loading branch information
williambl committed Mar 29, 2023
1 parent 934fd19 commit 9c916a7
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 @@ -350,7 +350,7 @@ curseforge {
displayName = "v${project.version.toString().split("\\+")[0]} for Fabric/Quilt&MC $project.minecraft_version"
releaseType = "release"
relations {
requiredDependency "fabric"
requiredDependency "fabric-api"
requiredDependency "fabric-language-kotlin"
requiredDependency "geckolib"
embeddedLibrary "cardinal-components"
Expand Down

0 comments on commit 9c916a7

Please sign in to comment.