{"id":30554980,"url":"https://github.com/ThunderClapLP/mc-get","last_synced_at":"2025-08-28T05:04:51.286Z","repository":{"id":186390670,"uuid":"657562253","full_name":"ThunderClapLP/mc-get","owner":"ThunderClapLP","description":"A console application to download and install modpacks or mods for Minecraft","archived":false,"fork":false,"pushed_at":"2025-08-07T14:58:58.000Z","size":139,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-07T16:32:57.422Z","etag":null,"topics":["modding","modrinth"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ThunderClapLP.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-06-23T10:35:40.000Z","updated_at":"2025-08-07T14:59:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"cd7d53a5-0f3d-4e73-8c60-c79acf49e8dc","html_url":"https://github.com/ThunderClapLP/mc-get","commit_stats":null,"previous_names":["thunderclaplp/mc-get"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/ThunderClapLP/mc-get","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThunderClapLP%2Fmc-get","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThunderClapLP%2Fmc-get/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThunderClapLP%2Fmc-get/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThunderClapLP%2Fmc-get/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThunderClapLP","download_url":"https://codeload.github.com/ThunderClapLP/mc-get/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThunderClapLP%2Fmc-get/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272442676,"owners_count":24935822,"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","status":"online","status_checked_at":"2025-08-28T02:00:10.768Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["modding","modrinth"],"created_at":"2025-08-28T05:01:27.933Z","updated_at":"2025-08-28T05:04:51.279Z","avatar_url":"https://github.com/ThunderClapLP.png","language":"C#","funding_links":[],"categories":["Mod managers/updaters"],"sub_categories":["CLI"],"readme":"# mc-get\n\nA console application to download and install mods and modpacks for Minecraft or a Minecraft server\n\n\u003e [!NOTE]\n\u003e This readme is for the development version, it may differ from the latest release. You can view the readme for the latest release [here](../release-0.4.x/readme.md).\n\n\u003e [!NOTE]\n\u003e Breaking change from 0.3.x: mc-get no longer installs modpacks in the .minecraft folder directly! It now supports managing multiple concurrent Minecraft installations.\n\n## Modding Platform Support\n\nSupports downloading from the two major modding platforms [Modrinth](https://modrinth.com/) and [CurseForge](https://www.curseforge.com/)!\\\n⚠️ CurseForge needs extra configuration to work. [Click here](https://github.com/ThunderClapLP/mc-get/issues/1) for a more detailed explanation. ⚠️\n\nHow to set the CurseForge API key:\n\n    mc-get --set cfApiKey=\u003cyour key\u003e\n\n\n## Usage\n\n    Usage:\n      mc-get (flags) \u003carchivepath\u003e\n      mc-get (flags) \u003ccommand\u003e (parameters)\n    \n    Flags:\n      -h, --help                :  displays this help page\n      -s, --silent              :  performs a silent install. No user input needed\n      -p, --platform \u003cplatform\u003e :  installs from specified platform\n                                   either modrinth (mr) or curseforge (cf)\n      -m, --mc-path \u003cpath\u003e      :  specifies minecraft installation path\n      --path \u003cpath\u003e             :  specifies the target installation path\n                                   can also be used as a filter in other commands\n      --mc-version \u003cversion\u003e    :  specifies the minecraft version\n      --server                  :  installs mod / modpack as server\n      --set \u003cname\u003e=\u003cvalue\u003e      :  sets a setting to the specified value\n      --unset \u003cname\u003e            :  resets a setting to its default value\n      --version                 :  displays the current version\n    \n    Commands:\n      install \u003cslug | id | name\u003e:\u003cmod(pack)version\u003e:\u003cmodloader\u003e\n        installs a mod / modpack\n    \n      search \u003cquery\u003e\n        searches for modrinth/curseforge projects\n    \n      list installs\n        lists all installed modpacks\n      list mods \u003csearch\u003e\n        lists all custom mods in installation\n        that fit the search term (either slug or id)\n    \n      remove installation \u003csearch\u003e\n        removes an installation that fits the search term (either slug or id)\n        --path can also be used as a filter\n      remove mod \u003cinstallation\u003e \u003cmod\u003e\n        removes a mod from an installation\n        both \u003cinstallation\u003e and \u003cmod\u003e are search terms (either slug or id)\n        --path can also be used as a filter\n\n    Examples:\n      mc-get install sodium:0.6.6:fabric\n      mc-get --mc-version 1.19.3 install fabulously-optimized\n      mc-get install fabulously-optimized\n      mc-get -s install fabulously-optimized\n      mc-get Fabulously.Optimized-4.10.5.mrpack\n      mc-get list mods\n      mc-get list mods fabulously-optimized\n      mc-get remove installation 123\n      mc-get remove installation fabulously-optimized\n      mc-get remove mod fabulously-optimized sodium\n\n## OS Compatibility\n\n - Windows: Working (last tested: v0.4.0)\n - Linux: Working (last tested: v0.4.0)\n - MacOS: Working (last tested: v0.4.0 dev build)\n\n## Supported Modloaders\n\n - Forge\n - NeoForge\n - Fabric\n - Quilt\n\n## Building\n\nRequires the [.Net 8 Sdk](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)\n\u003e [!NOTE]\n\u003e Can be built with .net 6, but some features may not be available\n\nRun following command to generate an executable:\n\n    dotnet build\n\nFor more informations about building .Net applications visit [this article](https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-build)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FThunderClapLP%2Fmc-get","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FThunderClapLP%2Fmc-get","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FThunderClapLP%2Fmc-get/lists"}