
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
forge-update-generator
Advanced tools
Generates Forge update JSON files from CurseForge.
Have a look here to see an example on how to regularly auto-update Forge update files via a scheduled GitHub action.
$ npm install -g forge-update-generator
or
$ yarn global add forge-update-generator
Given the CurseForge project id, generate the Forge update JSON contents
$ forge-update-generator integrated-dynamics
Will output to standard output something in the form of:
{
"homepage": "https://www.curseforge.com/minecraft/mc-mods/integrated-dynamics",
"promos": {
"1.16.4-recommended": "1.4.0",
"1.12.2-recommended": "1.1.11",
"1.15.2-recommended": "1.1.20",
"1.16.4-latest": "1.4.0",
"1.12.2-latest": "1.1.11",
"1.15.2-latest": "1.1.20"
},
"1.16.4": {
"1.4.0": "Download and changelog available at https://www.curseforge.com/minecraft/mc-mods/integrated-dynamics/files/3179476",
"1.3.0": "Download and changelog available at https://www.curseforge.com/minecraft/mc-mods/integrated-dynamics/files/3174015",
"1.2.0": "Download and changelog available at https://www.curseforge.com/minecraft/mc-mods/integrated-dynamics/files/3163304",
"1.1.22": "Download and changelog available at https://www.curseforge.com/minecraft/mc-mods/integrated-dynamics/files/3156218",
"1.1.21": "Download and changelog available at https://www.curseforge.com/minecraft/mc-mods/integrated-dynamics/files/3154210",
"1.1.20": "Download and changelog available at https://www.curseforge.com/minecraft/mc-mods/integrated-dynamics/files/3151360"
},
"1.12.2": {
"1.1.11": "Download and changelog available at https://www.curseforge.com/minecraft/mc-mods/integrated-dynamics/files/3159505",
},
"1.15.2": {
"1.1.20": "Download and changelog available at https://www.curseforge.com/minecraft/mc-mods/integrated-dynamics/files/3143042"
}
}
Entries are sorted by file upload date.
By default, mods for the Forge modloader will be fetched, but any other modloader can be fetched as follows:
$ forge-update-generator cyclops-core NeoForge
$ forge-update-generator cyclops-core Fabric
If you pass the -c option, changelogs will be fetched from their respective CurseForge page.
This significantly slows down the command, as an HTTP request will be done for each mod file. Furthermore, this goes via a headless browser, so things may go wrong.
$ forge-update-generator integrated-dynamics -c
$ forge-update-generator --help
Usage:
forge-update-generator modname
Options:
-c if changelogs should be fetched from CurseForge via HTML scraping
--help print this help message
This software is written by Ruben Taelman.
This code is released under the MIT license.
FAQs
Generates Forge update JSON files from CurseForge
The npm package forge-update-generator receives a total of 2 weekly downloads. As such, forge-update-generator popularity was classified as not popular.
We found that forge-update-generator demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.