Fails to Check for Version #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
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.Ghost referenced this issue2020-08-07 15:12:34 +00:00