
Modrinth releases have incorrect game versions specified
zefir-git opened this issue · 0 comments
Description
Not all supported game versions are listed on Modrinth releases.
For example, for v5.4.145-bukkit
the listed versions are:
1.8.9, 1.9.4, 1.10.2, 1.11.2, 1.12.2, 1.13.2, 1.14.4, 1.15.2, 1.16.5, 1.17.1, 1.18.2, 1.19.4, 1.20.6, 1.21.3, 1.21.4
Versions e.g. 1.20–1.20.5
are not listed as supported.
Reproduction Steps
If an API request is made such as: (link)
GET https://api.modrinth.com/v2/project/Vebnzrzj/version?loaders=[%22paper%22]&game_versions=[%221.20.4%22]
This will return no matches as 1.20.4 is not listed in the supported versions.
Similarly, if you click Download it will explicitly tell users that 1.20.4 is not supported on Paper:
Expected Behaviour
All supported versions should be listed.
Extra Details
Are Modrinth releases published manually? It’s possible to use Modrinth’s Minotur Gradle plugin or the modrinth-publish GitHub Action that my company maintains.