MinecraftPlayground / minecraft-manifest

A GitHub action to get infos about the minecraft manifest versions.
https://github.com/marketplace/actions/minecraft-version-manifest-info
GNU Lesser General Public License v3.0
6 stars 1 forks source link

include version.json download url in action output #2

Closed Kesuaheli closed 9 months ago

Kesuaheli commented 9 months ago

This pr adds the ability to get the download URL for the version.json file directly from the actions output. The URL is available for both, the current release and the current snapshot.

Because In my case I only need the current versions URL, it is not available for the previous versions. However it is as easy to include the URL (and other version data fields btw) for the previous version.

Also: view updated README file: https://github.com/Kesuaheli/minecraft-manifest/blob/6737ee28048fc66173370a3c79b303452c47f495/README.md