As of 1.7.5 the mod now uses the Modrinth API and no longer the GitHub API for this feature making this repo useless
This repository is used solely for the Euphoria Patcher mod to check for the latest version updates. It is not intended for direct use by end-users.
The primary purpose of this repository is to serve as a backend for the Euphoria Patcher mod's update checker. The mod queries this repository to determine if a newer version is available.
- The mod fetches the latest release tag from this repository using the GitHub API.
- The version tag follows the format
X.Y.Z - The code can be found in the mod's repository in the UpdateChecker.java file
- If the fetched version is newer than the installed version, the mod will notify the user in the log and provide a link to download the update from Modrinth.
This repository is not intended for manual interaction or browsing by end-users.