{"id":21981395,"url":"https://github.com/Senth/minecraft-mod-manager","last_synced_at":"2025-07-22T20:32:18.904Z","repository":{"id":37897216,"uuid":"311102509","full_name":"Senth/minecraft-mod-manager","owner":"Senth","description":"Install and update mods from CurseForge and Modrinth through a CLI","archived":false,"fork":false,"pushed_at":"2024-04-08T01:38:58.000Z","size":2194,"stargazers_count":74,"open_issues_count":30,"forks_count":6,"subscribers_count":9,"default_branch":"main","last_synced_at":"2024-04-20T13:13:56.970Z","etag":null,"topics":["cli","curseforge","minecraft","modrinth","mods"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Senth.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2020-11-08T16:14:45.000Z","updated_at":"2024-04-13T08:11:56.000Z","dependencies_parsed_at":"2022-07-07T23:12:55.577Z","dependency_job_id":"1cba7537-c51a-4d95-bcf5-3855b0670457","html_url":"https://github.com/Senth/minecraft-mod-manager","commit_stats":{"total_commits":257,"total_committers":4,"mean_commits":64.25,"dds":0.0311284046692607,"last_synced_commit":"eb10f6769c38602772daedcb42c2beca7e67d6b7"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Senth%2Fminecraft-mod-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Senth%2Fminecraft-mod-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Senth%2Fminecraft-mod-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Senth%2Fminecraft-mod-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Senth","download_url":"https://codeload.github.com/Senth/minecraft-mod-manager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227174005,"owners_count":17742401,"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":["cli","curseforge","minecraft","modrinth","mods"],"created_at":"2024-11-29T17:17:24.478Z","updated_at":"2024-11-29T17:17:39.645Z","avatar_url":"https://github.com/Senth.png","language":"Python","funding_links":[],"categories":["Minecraft"],"sub_categories":["Cyberpunk 2077 / REDEngine 4"],"readme":"# mcman/mmm (minecraft-mod-manager)\n\n[![python](https://img.shields.io/pypi/pyversions/minecraft-mod-manager.svg)](https://pypi.python.org/pypi/minecraft-mod-manager)\n[![Latest PyPI version](https://img.shields.io/pypi/v/minecraft-mod-manager.svg)](https://pypi.python.org/pypi/minecraft-mod-manager)\n[![Total alerts](https://img.shields.io/lgtm/alerts/g/Senth/minecraft-mod-manager.svg?logo=lgtm\u0026logoWidth=18)](https://lgtm.com/projects/g/Senth/minecraft-mod-manager/alerts/)\n[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/Senth/minecraft-mod-manager.svg?logo=lgtm\u0026logoWidth=18)](https://lgtm.com/projects/g/Senth/minecraft-mod-manager/context:python)\n\nInstall and update mods from ~~CurseForge~~ and Modrinth through a simple command.\n\n## News — Slow progress and an Alternative CLI (2022-08-02)\n\nHi everyone!\n\nI have acquired a CurseForge API key, but still want to make it easy to install mods from CurseForge\nwithout applying for a key.\n\nMaybe that's not possible, but I have some ideas at least for improving `mcman`.\nThis includes downloading mods from CurseForge.\n\nFor now though, I can point you to an awesome and in my opinion, better alternative: [ferium](https://github.com/gorilla-devs/ferium).\n\nCheers,\nSenth\n\n_[(News Archive)](./NEWS.md)_\n\n## Features\n\n- Install mods with `minecraft-mod-manager install mod_name`\n- Update all mods with `minecraft-mod-manager update`, `mcman update` or `mmm update`\n- Searches on CurseForge and Modrinth for updates on installed mods\n- Filter updates by\n  - Stable (default), beta `--beta`, or alpha `--alpha` releases\n  - Minecraft version `-v 1.16.4`\n  - Fabric/Forge mod `--mod-loader fabric`\n\n## Installation/Upgrade \u0026 Requirements\n\n1. Requires at least python 3.8\n1. Install/Upgrade with `$ pip install --user --upgrade minecraft-mod-manager`\n\n## Examples\n\n**Note!** All examples start with `minecraft-mod-manager`, `mcman` or `mmm`\n(shorthand commands) then comes the arguments.\n\n| Arguments                                       | Description                                                                                         |\n| ----------------------------------------------- | --------------------------------------------------------------------------------------------------- |\n| `install jei`                                   | Searches for jei on all sites and installs the latest version.                                      |\n| `install sodium=modrinth`                       | Install Sodium specifically from modrinth.                                                          |\n| `install dynmap=curse:dynmapforge`              | Install dynmap with slug dynmapforge on Curse.                                                      |\n| `install sodium=modrinth --mod-loader fabric`   | Install fabric version of sodium. Generally not necessary to specify `mod-loader`                   |\n| `install carpet fabric-api sodium lithium`      | Easily install many mods.                                                                           |\n| `update`                                        | Update all mods.                                                                                    |\n| `update --pretend`                              | Check what will be updated. Does not change anything.                                               |\n| `update sodium lithium phosphor`                | Update specific mods.                                                                               |\n| `update -v \"1.16.5\"`                            | Updates to latest mod version which works with specified MC version.                                |\n| `update -v \"1.16.1\"`                            | If you upgraded the mods, to a higher version (e.g. snapshot), you can easily downgrade them again. |\n| `configure sodium=modrinth`                     | Change the download site for a mod.                                                                 |\n| `configure sodium=`                             | Doesn't work, known bug! Reset download sites (downloads from all sites again)                      |\n| `configure carpet=curse:fabric-carpet`          | Change site slug for a mod.                                                                         |\n| `configure carpet=curse`                        | If you don't define a slug, you will reset the slug for that mod.                                   |\n| `configure sodium=modrinth carpet=curse`        | Easily configure multiple mods at the same time.                                                    |\n| `configure carpet=modrinth,curse:fabric-carpet` | Configure different slugs for different sites.                                                      |\n| `list`                                          | List all installed mods.                                                                            |\n\n## Full usage\n\n```none\npositional arguments:\n  {install,update,configure,list}\n                        Install, update, configure, or list mods\n  mods\n                        The mods to update or configure.\n                        If no mods are specified during an update, all mods will be updated.\n                        You can specify download sites and slugs for each mod (if necessary)\n                           dynmap=curse\n                           dynmap=curse:dynmapforge\n                           dynmap=curse:dynmapforge,modrinth\n                           dynmap=curse:dynmapforge,modrinth:dynmap\n\nminecraft:\n  -d DIR, --dir DIR     Location of the mods folder. By default it's the current directory\n  -v MINECRAFT_VERSION, --minecraft-version MINECRAFT_VERSION\n                        Only update mods to this Minecraft version. Example: -v 1.16.4\n  --beta                Allow beta releases of mods\n  --alpha               Allow alpha and beta releases of mods\n  --mod-loader {fabric,forge}\n                        Only install mods that use this mod loader. You rarely need to be\n                        this specific. The application figures out for itself which type\n                        you'll likely want to install.\n\nlogging \u0026 help:\n  -h, --help            show this help message and exit\n  --version             Print application version\n  --verbose             Print more messages\n  --debug               Turn on debug messages\n  --pretend             Only pretend to install/update/configure. Does not change anything\n  --no-color            Disable color output\n```\n\n## Alternatives\n\n### GUI\n\n- [Overwolf](https://www.overwolf.com/)\n- [kaniol-lck/modmanager](https://github.com/kaniol-lck/modmanager)\n- [ReviversMC/modget-minecraft](https://github.com/ReviversMC/modget-minecraft)\n- [4JX/mCubed](https://github.com/4JX/mCubed)\n\n### CLI\n\n- [gorilla-devs/ferium](https://github.com/gorilla-devs/ferium)\n- [sargunv/modsman](https://github.com/sargunv/modsman)\n- [tyra314/modweaver](https://github.com/tyra314/modweaver)\n\n## Authors\n\n- Matteus Magnusson, senth.wallace@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSenth%2Fminecraft-mod-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSenth%2Fminecraft-mod-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSenth%2Fminecraft-mod-manager/lists"}