modmap-js/example/README.md

15 lines
412 B
Markdown
Raw Normal View History

2024-07-01 23:28:54 +00:00
# Examples
## Version 1
Very basic.
Only allows you to specify a version, which MUST be 1,
A title for cosmetic purposes,
The Minecraft version,
The release channel to be used,
The mods to be downloaded, in a key:value, where key is the name, value is the modrinth project id.
See <pack-v1.json> as an example.
Simply run `/path/to/main.js -f pack-v1.json -d output` and your mods will be downloaded. Enjoy!