Better mod & game version sorting/organizing #46
Closed
RandomGgames
started this conversation in
Feature requests
Replies: 2 comments 6 replies
-
This is the incorrect way of uploading versions and I will be in contact with @lebonq to have them fix this. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Well in that case, some for https://modrinth.com/mod/enchanted-vertical-slabs/version/1.6 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So currently, when you upload a new version of a mod, most people will split up the mod version and supported version. There are some mod devs that upload an updated version of their mod and include multiple files that are game version specific. These files, through the API, are indistinguishable from each other other than the name. An example of this can be seen on autopath v1.4.9.
What I would suggest is that when a new version is created, multiple files can be uploaded and each file requires a minecraft version or versions. This data would be accessed through the API as a list of strings representing game versions. The current game versions does not need to change, but if say a new version supports 1.18-1.19.2, each file separately would say for what. 1.18-1.18.2, then another 1.19-1.19.4 for example. Continuing to use autopath as an example, it would change from this:
To this
And for the API, something like
Would become
Beta Was this translation helpful? Give feedback.
All reactions