{"id":19283545,"url":"https://github.com/reviversmc/modget-create","last_synced_at":"2025-10-09T11:11:28.436Z","repository":{"id":42084322,"uuid":"437362055","full_name":"ReviversMC/modget-create","owner":"ReviversMC","description":"Assistant to create, update and validate Modget manifests","archived":false,"fork":false,"pushed_at":"2023-03-21T09:59:42.000Z","size":270,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-22T02:44:42.874Z","etag":null,"topics":["mgc","minecraft","modget","modget-create","modget-manifest","updater"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ReviversMC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2021-12-11T18:43:32.000Z","updated_at":"2022-08-13T13:41:33.000Z","dependencies_parsed_at":"2024-11-09T21:33:36.475Z","dependency_job_id":"26aa5377-abb4-4154-a8c2-cd8c44c188ef","html_url":"https://github.com/ReviversMC/modget-create","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ReviversMC/modget-create","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReviversMC%2Fmodget-create","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReviversMC%2Fmodget-create/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReviversMC%2Fmodget-create/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReviversMC%2Fmodget-create/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ReviversMC","download_url":"https://codeload.github.com/ReviversMC/modget-create/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReviversMC%2Fmodget-create/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001290,"owners_count":26083058,"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-10-09T02:00:07.460Z","response_time":59,"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":["mgc","minecraft","modget","modget-create","modget-manifest","updater"],"created_at":"2024-11-09T21:33:30.965Z","updated_at":"2025-10-09T11:11:28.417Z","avatar_url":"https://github.com/ReviversMC.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Modget Create\nThis tool helps to create [Modget Manifests](https://github.com/ReviversMC/modget-manifests), \nwhich is used by the mod [Modget](https://github.com/ReviversMC/modget-minecraft). Modget Create (or MGC for short)\nis **NOT** perfect, but will aid greatly in the amount of effort needed to contribute. \n\n## Usage\nFirst off, thank you so much for wanting to contribute to Modget in the form of manifests. \nTo get started, start by downloading the latest .jar file in [releases](https://github.com/ReviversMC/modget-create/releases).\n```\nImportant Note: MGC is currently in development, and is only partially complete.\nJoin us on Discord to learn how you can help to beta test MGC!\n```\n\nNext up, ensure that you have Java 11 or higher on your computer. Launch the .jar file in your terminal/command prompt like this:\n`java -jar \u003c/path/to/jar\u003e`.\n\nOnce MGC starts up, you can view all MGC commands by using the `?` command.\n\n## GitHub access\nMGC has a feature where it will help you automatically PR your changes. However, this requires the access of your GitHub via oAuth to do so. \nWith your authorization, MGC will:\n- Fork [Modget Manifests](https://github.com/ReviversMC/modget-manifests)\n- Create a new branch for the manifest\n- Push all changes to the branch\n- Open a PR to the main [Modget Manifests](https://github.com/ReviversMC/modget-manifests) repo\n\n# Compiling from source\nIf you want to compile the file from source, it is really easy to do so! Open your terminal/command prompt and enter these few commands.\n\n```\ngit clone https://github.com/ReviversMC/modget-create.git\ncd modget-create\n```\n\nOn Windows, continue with this command.\n```\ngradlew.bat :modget-create-cli:shadowJar\n```\n\nOn macOS or Linux distros, use these commands instead.\n```\nchmod +x gradlew\n./gradlew :modget-create-:cli:shadowJar\n```\n\nFinally, to launch modget-create: \n```\ncd build\ncd libs\njava -jar \u003cname/of/jar\u003e\n```\n\n## Community\n[![Discord chat](https://img.shields.io/badge/chat%20on-discord-7289DA?logo=discord\u0026logoColor=white)](https://discord.gg/6bTGYFppfz)\n\nWe have an [official Discord community](https://discord.gg/6bTGYFppfz) for all of our projects. By joining, you can:\n- Get installation help and technical support with all of our mods\n- Be notified of the latest developments as they happen\n- Get involved and collaborate with the rest of our team\n- ... and just hang out with the rest of our community.\n\n\n## Contributors\n\u003ca href=\"https://github.com/ReviversMC/modget-create/graphs/contributors\"\u003e\n  \u003cimg height=\"40em\" src=\"https://contrib.rocks/image?repo=ReviversMC/modget-create\" /\u003e\n\u003c/a\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freviversmc%2Fmodget-create","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freviversmc%2Fmodget-create","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freviversmc%2Fmodget-create/lists"}