Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding version pinning and dependency download. #1308

Merged
merged 7 commits into from Jan 28, 2022
Merged

Adding version pinning and dependency download. #1308

merged 7 commits into from Jan 28, 2022

Conversation

shotah
Copy link
Contributor

@shotah shotah commented Jan 27, 2022

AC: Able to supply information to download a specific version of a mod.
AC: Ability to download any required dependencies listed by the mod.

Concessions:

  • Version pinning
    ** Forge does not track a mod version, using file name instead.
  • Dependency Download
    ** Forge does not track FileId like it is supposed to, fileId references current mod, not dependency mod. (Code is left in if bug is fixed in forge.)
    ** Defaulted to just looking up mod and releaseType of Release, this could cause an error if dependency does not support MC version or is not in a Release state.

Copy link
Owner

@itzg itzg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a wording tweak/question in the README

README.md Outdated Show resolved Hide resolved
Copy link
Owner

@itzg itzg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks again!

@itzg itzg merged commit 7dbd825 into itzg:master Jan 28, 2022
@shotah shotah deleted the dev-forgeapi-squash branch February 6, 2022 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants