Fails to Check for Version #1

Open
opened 2020-07-01 19:31:16 +00:00 by Ghost · 3 comments

When looking for update, ModUpdater fails to check if the new file is for the correct version of Minecraft - ie 1.16.1 vs 1.16-snapshot

When looking for update, ModUpdater fails to check if the new file is for the correct version of Minecraft - ie 1.16.1 vs 1.16-snapshot

What strategy are you using? What is the file name of the new version,a nd of the current version?

What strategy are you using? What is the file name of the new version,a nd of the current version?

I've already had it happen:

  1. Checked ModUpdater for updates
  2. Saw that Fabric API needed an update
  3. Downloaded and installed the newest
  4. Started Minecraft - oops, this API requires a 1.16.2 snapshot
I've already had it happen: 1. Checked ModUpdater for updates 1. Saw that Fabric API needed an update 1. Downloaded and installed the newest 1. Started Minecraft - oops, this API requires a 1.16.2 snapshot

Ahh that makes sense, for some reaosn, Fabric API only has the release target (1.16 is the target for 1.16.2) in the version anme so the filename for the 1.16.2 FAPI is fabric-api-0.15.2+build.382-1.16.jar, teher is no way for ModUpdater to detect what specific version FAPI supports unless they change their versioning scheme. Sorry.

Ahh that makes sense, for some reaosn, Fabric API only has the release target (1.16 is the target for 1.16.2) in the version anme so the filename for the 1.16.2 FAPI is ``fabric-api-0.15.2+build.382-1.16.jar``, teher is no way for ModUpdater to detect what specific version FAPI supports unless they change their versioning scheme. Sorry.
This repo is archived. You cannot comment on issues.
No Label
No Milestone
No Assignees
3 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: TheBrokenRail/ModUpdater#1
No description provided.