{"id":15105515,"url":"https://github.com/jaredallard/modpacker","last_synced_at":"2025-09-27T05:30:35.957Z","repository":{"id":44056519,"uuid":"217224545","full_name":"jaredallard/modpacker","owner":"jaredallard","description":"✨ run and create modded minecraft installations from the CLI","archived":true,"fork":false,"pushed_at":"2022-12-10T06:37:54.000Z","size":305,"stargazers_count":12,"open_issues_count":12,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-20T13:02:16.278Z","etag":null,"topics":["minecraft","minecraft-forge-mod","minecraft-modpack"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jaredallard.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}},"created_at":"2019-10-24T06:12:57.000Z","updated_at":"2024-04-06T18:03:54.000Z","dependencies_parsed_at":"2023-01-25T22:40:20.158Z","dependency_job_id":null,"html_url":"https://github.com/jaredallard/modpacker","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredallard%2Fmodpacker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredallard%2Fmodpacker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredallard%2Fmodpacker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredallard%2Fmodpacker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaredallard","download_url":"https://codeload.github.com/jaredallard/modpacker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219871881,"owners_count":16554465,"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":["minecraft","minecraft-forge-mod","minecraft-modpack"],"created_at":"2024-09-25T20:40:32.565Z","updated_at":"2025-09-27T05:30:35.607Z","avatar_url":"https://github.com/jaredallard.png","language":"JavaScript","readme":"# modpacker\n\nModpacker is a modded minecraft installer and creator that runs entirely from the CLI\n\n![modpacker help screen](.github/modpacker.png)\n\n## Installation\n\nUntil binaries are created, you can install this via [npm](https://npmjs.org):\n\n```bash\n$ npm install -g modpacker\n```\n\nor, if you prefer yarn (like I do)\n\n```bash\n$ yarn global add modpacker\n```\n\n## Usage\n\n### Building a modpack\n\nFirst create `modpack.yaml` in your `.minecraft` directory where the modpack is currently \"installed\"\n\n```yaml\nversion: 1.0.0\nname: MODPACK_NAME\nauthor: YOUR NAME \u003cyour@email.com\u003e\nminecraft:\n  javaArgs: \u003e-\n    -Xmx8G -Xms2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC\n    -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50\n    -XX:G1HeapRegionSize=32M\n  version: 1.12.2\nforge:\n  version: 14.23.5.2847\nmods: []\n```\n\nThen run `modpacker build` inside of that directory, make sure that `mods` and `config` exists in that directory.\n\nThis will create two `.tar.gz` files in that directory, a server version and a client version. Your `.yaml` file\nwill have been edited to reflect the mods under the `mods` section. Set `client` to true if you want to ONLY include\nthis mod in the \"client\" version of the mod, i.e map mods, etc.\n\nThat's your modpack!\n\n### Installing a modpack\n\nFind your modpack online, or use a `file://` link to your modpack's location and supply that to\n`modpack install`\n\nThis will take care of installing forge, installing the modpack, and creating a minecraft launcher profile for your modpack.\n\nIf you launch the Minecraft launcher, you will see your ModPack is available as the entry in `name` of the config.\n\n### Developing\n\nMake sure you have eslint installed to enforce style rules and better code in general.\n\nTo build binaries, run:\n\n```bash\n$ yarn build\n```\n\nTests will be added one day, maybe.\n\n## License\n\nBSD-3-Clause","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredallard%2Fmodpacker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaredallard%2Fmodpacker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredallard%2Fmodpacker/lists"}