Skip to content

Commit

Permalink
correct cloth-config slug
Browse files Browse the repository at this point in the history
  • Loading branch information
PssbleTrngle committed Jun 30, 2023
1 parent b7598f3 commit ae3465a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ env["CURSEFORGE_TOKEN"]?.let { token ->
displayName = "Fabric $mod_version"

addRelation("architectury-api", "requiredDependency")
addRelation("cloth-config'", "requiredDependency")
addRelation("cloth-config", "requiredDependency")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion forge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ env["CURSEFORGE_TOKEN"]?.let { token ->
displayName = "Forge $mod_version"

addRelation("architectury-api", "requiredDependency")
addRelation("cloth-config'", "requiredDependency")
addRelation("cloth-config", "requiredDependency")
}
}
}
Expand Down

0 comments on commit ae3465a

Please sign in to comment.