TkTech / Burger

A simple tool for picking out information from the minecraft JARs, primarily useful for developers.
MIT License
145 stars 33 forks source link

Use the id field in the verison.json to determine the version's json file on the download site #30

Closed Pokechu22 closed 5 years ago

Pokechu22 commented 5 years ago

This fixes sounds in the 1.14.3 prereleases.

Starting with 1.14.3-pre1, the id field began being used for the id used on the downloads site. Prior to that (1.14.2), name was used, and id looked like 1.14.2 / f647ba8dc371474797bee24b2b312ff4. The hexadecimal string there had (to my understanding) no meaning; it definitely was not correlated with the download itself. Now, name is e.g. 1.14.3 Pre-Release 1, while id is 1.14.3-pre1.