Is there a nice way to get sponge versions

I’m wondering if there is a way to get the sponge versions with the mc version all at once. This is in relation to http://discourse.codeemo.com/t/help-needed-regarding-server-pack-downloads/505

Could you extrapolate what you mean by “get the sponge versions with the mc version”? What you’re saying doesn’t make any sense, and that link is to a wall of text I can’t be arsed to read. :stuck_out_tongue:

I’m basically asking if there is a sponge version list, and if there is, does/can it state the minecraft version it was made for

The current version of sponge is 2.1-SNAPSHOT. Previous, in order from newest to oldest, 2.0 and 1.0-SNAPSHOT. All versions are currently only for 1.8. Is there a place where this is documented yet? No, I don’t think so.

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