https://github.com/ephys/mc-curseforge-updatejsonurl
Generate MinecraftForge updateJSONURL files from CurseForge
https://github.com/ephys/mc-curseforge-updatejsonurl
Last synced: 4 months ago
JSON representation
Generate MinecraftForge updateJSONURL files from CurseForge
- Host: GitHub
- URL: https://github.com/ephys/mc-curseforge-updatejsonurl
- Owner: ephys
- Created: 2020-10-20T09:20:59.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-20T16:43:26.000Z (over 5 years ago)
- Last Synced: 2024-12-31T06:42:04.305Z (over 1 year ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CurseForge update checker (for McForge's updateJSONURL)
This project aims at making forge's `updateJSONURL` as easy as possible.
It is a web API that will return `updateJSONURL` compatible JSON files for your mod, using CurseForge as the source
to determine available versions.
All you need to do is specify the endpoint in your `updateJSONURL`, like this:
```toml
# ...
displayName="Magic Feather"
# 284745 is the modId, you can find it on your CurseForge page.
updateJSONURL="https://mc-curse-update-checker.herokuapp.com/284745"
# ...
```
*This project is MIT, feel free to self-host your own version!*