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

Incorrect compatible Minecraft versions specified in Modrinth causes mod updater to download the incompatible version, which crashes Minecraft #87

Open
sarunint opened this issue Feb 6, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@sarunint
Copy link

sarunint commented Feb 6, 2025

Steps to reproduce

  1. Add HeyWiki using Ferium with Fabric.
  2. Notice that Ferium downloads the 1.21.1 version of the mod.

Describe the bug

Image

From the screenshot, notice that the 1.21.1 version of the mod uses the "catch-all" specifier (1.21.x), which causes some mod downloader/updater (in this case, Ferium) to download the incompatible version of the mod.

Since, for the Fabric variant, the 1.21.1 version is listed before 1.21.4, this cause the updater to pick the 1.21.1 version.

In addition, looking back through version history (Fabric only), some version uses the wrong Minecraft version speicifier.

Expected behavior

The 1.21.1 version of the mod should use 1.21-1.21.1 compatible version specifier.

Mod version

1.7.4

Game version

1.21.4

Operating system

Linux

Mod loader

Fabric

Mod loader version

0.16.10

Relevant log/crash report output

No response

How frustrating is this bug?

8 - Major inconvenience

Additional information and screenshots

This applies to NeoForge variants of the mod too, I think.

@sarunint sarunint added bug Something isn't working triage needed The issue needs to be triaged by a maintainer labels Feb 6, 2025
@Dianliang233 Dianliang233 removed the triage needed The issue needs to be triaged by a maintainer label Feb 13, 2025
@Dianliang233
Copy link
Member

I've manually adjusted this on Modrinth; still need to fix in code to mark the versions noncompatible so keeping this issue open

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants