{"id":21622323,"url":"https://github.com/virenbar/modpacksch","last_synced_at":"2025-04-11T11:10:51.883Z","repository":{"id":49647945,"uuid":"495263539","full_name":"Virenbar/ModpacksCH","owner":"Virenbar","description":"CLI tool for downloading modpacks from FTB and CurseForge using modpacks.ch","archived":false,"fork":false,"pushed_at":"2023-10-20T04:47:52.000Z","size":372,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T07:36:10.935Z","etag":null,"topics":["creeperhost","curseforge","ftb","minecraft","minecraft-modpacks"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Virenbar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-23T04:57:42.000Z","updated_at":"2024-12-18T03:45:19.000Z","dependencies_parsed_at":"2023-02-14T22:01:46.782Z","dependency_job_id":null,"html_url":"https://github.com/Virenbar/ModpacksCH","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Virenbar%2FModpacksCH","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Virenbar%2FModpacksCH/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Virenbar%2FModpacksCH/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Virenbar%2FModpacksCH/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Virenbar","download_url":"https://codeload.github.com/Virenbar/ModpacksCH/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248381791,"owners_count":21094528,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["creeperhost","curseforge","ftb","minecraft","minecraft-modpacks"],"created_at":"2024-11-25T00:08:20.641Z","updated_at":"2025-04-11T11:10:51.865Z","avatar_url":"https://github.com/Virenbar.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ModpacksCH [![Build artifact][build-src]][build-href] [![Codacy Badge][codacy-src]][codacy-href]\n\nCLI tool for downloading modpacks from [Feed the Beast](https://www.feed-the-beast.com/modpacks) and [CurseForge](https://www.curseforge.com/minecraft/modpacks) using modpacks.ch\n\n![terminal](/assets/images/terminal.gif)\n\n```text\n.\\ModpacksCH \u003ccommand\u003e [options]\n\nCommands:\n    s, search \u003cname\u003e                       Search modpacks by name\n    i, info \u003cmodpackID\u003e                    Show info about modpack\n    d, download \u003cmodpackID\u003e [\u003cversionID\u003e]  Download modpack\n\nOptions:\n    -s, --server       Download server version\n    -p, --path \u003cpath\u003e  Directory to save modpack [default: \u003ccurrent-dir\u003e]\n    -t, --trace        Write trace log\n    -?, -h, --help     Show help and usage information\n```\n\n## Installation\n\n* Install [.NET 6.x](https://dotnet.microsoft.com/download)\n* Download [latest release](https://github.com/Virenbar/ModpacksCH/releases)\n\n## Usage\n\n1. First search for modpack ID\n\n    ```text\n    \u003e .\\ModpacksCH search \u003cname\u003e\n\n    Example:\n    \u003e .\\ModpacksCH s stoneblock\n                               FTB Modpacks\n    ┌─────┬───────────────────────────┬─────────┬────────────┐\n    │ ID  │ Name                      │ Version │ MC Version │\n    ├─────┼───────────────────────────┼─────────┼────────────┤\n    │ 4   │ FTB Presents Stoneblock 2 │ 1.22.0  │ 1.12.2     │\n    │ 100 │ FTB StoneBlock 3          │ 1.2.1   │ 1.18.2     │\n    └─────┴───────────────────────────┴─────────┴────────────┘\n    ...\n    ```\n\n2. Then available modpack versions\n\n    ```text\n    \u003e .\\ModpacksCH info \u003cmodpackID\u003e\n\n    Example:\n    \u003e .\\ModpacksCH i 100\n    Modpack: FTB StoneBlock 3 (ID: 100)\n    ┌───────────────────────────────────────────────────────Synopsis───────────────────────────────────────────────────────┐\n    │ In a world surrounded by stone, build yourself a subterranean kingdom that really rocks! Use magic and technology to │\n    │ forge your realm to your designs.                                                                                    │\n    └──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n    Latest version: ID: 2287 - 1.2.1 (Beta)\n    Other versions\n    ├── ID: 2283 - 1.2.0 (Release)\n    ├── ID: 2282 - 1.1.1 (Release)\n    ...\n    ```\n\n3. Download modpack (Latest version if no version ID provided)\n\n    ```text\n    \u003e .\\ModpacksCH download \u003cmodpackID\u003e [\u003cversionID\u003e]\n\n    Example:\n    \u003e .\\ModpacksCH d 100\n    ```\n\n### Notes\n\n* You can also find modpack and version ID on [modpack page](https://www.feed-the-beast.com/modpacks)\n* note.txt contains Forge version and recommended memory\n* Executing without arguments will launch in interactive mode\n* Windows 7 not supported (modpack.ch supports only TLS 1.3)\n* Tested with Stoneblock 3 and ATM 8\n\n\u003c!-- Badges --\u003e\n[build-src]: https://img.shields.io/github/actions/workflow/status/Virenbar/ModpacksCH/build-artifact.yml?label=Build\u0026logo=github\n[build-href]: https://github.com/Virenbar/ModpacksCH/actions/workflows/build-artifact.yml\n\n[codacy-src]: https://app.codacy.com/project/badge/Grade/154db494fb9947a19a391ea35aa9744c\n[codacy-href]: https://app.codacy.com/gh/Virenbar/ModpacksCH/dashboard?utm_source=gh\u0026utm_medium=referral\u0026utm_content=\u0026utm_campaign=Badge_grade\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirenbar%2Fmodpacksch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvirenbar%2Fmodpacksch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirenbar%2Fmodpacksch/lists"}