{"id":23096662,"url":"https://github.com/yvanmazy/minecraftremapper","last_synced_at":"2026-02-16T04:04:47.307Z","repository":{"id":233515824,"uuid":"787355248","full_name":"YvanMazy/MinecraftRemapper","owner":"YvanMazy","description":"Fast and minimalist decompiler and remapper for Minecraft client and server.","archived":false,"fork":false,"pushed_at":"2025-02-28T16:20:35.000Z","size":106,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T19:46:47.494Z","etag":null,"topics":["client","decompiler","mapping","minecraft","server"],"latest_commit_sha":null,"homepage":"","language":"Java","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/YvanMazy.png","metadata":{"files":{"readme":".github/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}},"created_at":"2024-04-16T11:18:11.000Z","updated_at":"2025-02-28T16:13:09.000Z","dependencies_parsed_at":"2024-12-16T22:40:33.040Z","dependency_job_id":"71a93905-f712-4aec-9978-717e302cecf9","html_url":"https://github.com/YvanMazy/MinecraftRemapper","commit_stats":null,"previous_names":["darkkraft/minecraftremapper","yvanmazy/minecraftremapper"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/YvanMazy/MinecraftRemapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YvanMazy%2FMinecraftRemapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YvanMazy%2FMinecraftRemapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YvanMazy%2FMinecraftRemapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YvanMazy%2FMinecraftRemapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YvanMazy","download_url":"https://codeload.github.com/YvanMazy/MinecraftRemapper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YvanMazy%2FMinecraftRemapper/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265233753,"owners_count":23731825,"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":["client","decompiler","mapping","minecraft","server"],"created_at":"2024-12-16T22:40:20.074Z","updated_at":"2026-02-16T04:04:42.276Z","avatar_url":"https://github.com/YvanMazy.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔄 MinecraftRemapper\n\n**MinecraftRemapper** is a Java program designed to **decompile** and **remap** the Minecraft game code using the\nmappings provided by Mojang. You can use all versions from **1.14** (version where the mapping was proposed by Mojang)\nuntil the **latest**. You can also use **snapshots**.\n\nTypically, decompiling and remapping takes less than 2 minutes and less than 1 minute for the server.\n\n## Usage\n\nJava 17+ must be installed on your machine.\n\n1. Download the jar in the releases section.\n2. Created a folder and put the jar inside.\n3. Run the jar with the parameters you want.\n\n```bash\njava -jar MinecraftRemapper.jar -v 1.20.4 -t client -o out -d\n```\n\n`-v 1.20.4` : Specify the version of Minecraft to use.\\\n`-t client` : Target client or server for decompiling.\\\n`-o out` : Specify the output directory.\\\n`-d` : Enable decompilation after remapping; if not set, only the remapped jar is built.\\\nUse `-l` to show all available versions.\n\n## Using as a Maven/Gradle Dependency\n\nThe latest version is: ![Release](https://jitpack.io/v/YvanMazy/MinecraftRemapper.svg)\n\n### Gradle\n\nRepository:\n\n```gradle\nrepositories {\n    mavenCentral()\n    maven { url 'https://jitpack.io' }\n}\n```\n\nDependency:\n\n```gradle\ncompileOnly 'com.github.YvanMazy:MinecraftRemapper:\u003cVERSION\u003e'\n```\n\n### Maven\n\nRepository:\n\n```xml\n\u003crepository\u003e\n    \u003cid\u003ejitpack.io\u003c/id\u003e\n    \u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n\u003c/repository\u003e\n```\n\nDependency:\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.YvanMazy\u003c/groupId\u003e\n    \u003cartifactId\u003eMinecraftRemapper\u003c/artifactId\u003e\n    \u003cversion\u003e\u003cVERSION\u003e\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## Credits\nRemapper: [SpecialSource](https://github.com/md-5/SpecialSource/)\\\nDecompiler: [Vineflower](https://github.com/Vineflower/vineflower)\n\n## Legal Notice\n\nThe code of Minecraft is owned and licensed by Microsoft. It is strictly prohibited to publicly publish any code\nproduced\nby MinecraftRemapper. Output files should only be used for personal purposes.\n\n## License\n\nThis project is licensed under the [MIT License](https://opensource.org/license/mit) - see the LICENSE file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyvanmazy%2Fminecraftremapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyvanmazy%2Fminecraftremapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyvanmazy%2Fminecraftremapper/lists"}