ParchmentMC/Parchment

add supported versions json to maven.

Closed this issue · 2 comments

It is difficult to programatically determine available minecraft versions for parchment. it would be great if there was a file somewhere on the maven containing supported minecraft versions.
I'm thinking somewhere like org/parchmentmc/data/parchment-versions.json
and the contents would be something like

[
 "1.16.5", "1.17", "1.17.1"
]

It'd be cool to add all versions listed, maybe under .md extension, since it's more user-friendly

This is already discussed, read the maven-metadata.xml, which exists exactly for this reason.