Is there a nice way to get sponge versions

Could you not just use the maven repository information? The target version of minecraft is the first identifier in the version string, followed by the forge version (build) then the API version. It’d be trivial to parse.

3 Likes