jpenilla / better-fabric-console

Server-side Fabric mod enhancing the console with tab completions, colored log output, command syntax highlighting, command history, and more.
https://modrinth.com/mod/better-fabric-console
MIT License
53 stars 6 forks source link

Fixed yarn mappings downloader using deprecated url #33

Closed replaceitem closed 9 months ago

replaceitem commented 9 months ago

This changes the url from which yarn mappings are downloaded from the deprecated https://maven.fabricmc.net/net/fabricmc/yarn/versions.json to the new https://meta.fabricmc.net/v2/versions/yarn

Due to this having a new file structure, this also updates the parsing. If the old yarn-versions.json file is found it will no longer parse those, causing a re-download of the new versions from meta.fabricmc.net.

Fixes #31