{"id":26330331,"url":"https://github.com/ParchmentMC/Parchment","last_synced_at":"2025-03-15T22:02:16.224Z","repository":{"id":37013922,"uuid":"373597567","full_name":"ParchmentMC/Parchment","owner":"ParchmentMC","description":"Repository for the Parchment mappings data.","archived":false,"fork":false,"pushed_at":"2025-03-09T23:03:18.000Z","size":13396,"stargazers_count":282,"open_issues_count":6,"forks_count":87,"subscribers_count":10,"default_branch":"versions/1.21.x","last_synced_at":"2025-03-10T00:17:55.931Z","etag":null,"topics":["mappings","minecraft","parchment-mappings"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ParchmentMC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"docs/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-03T17:58:24.000Z","updated_at":"2025-03-09T23:03:23.000Z","dependencies_parsed_at":"2024-06-23T18:47:19.858Z","dependency_job_id":"5f70a426-6ae5-4297-830c-3d3a1e14b0bd","html_url":"https://github.com/ParchmentMC/Parchment","commit_stats":null,"previous_names":[],"tags_count":67,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ParchmentMC%2FParchment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ParchmentMC%2FParchment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ParchmentMC%2FParchment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ParchmentMC%2FParchment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ParchmentMC","download_url":"https://codeload.github.com/ParchmentMC/Parchment/tar.gz/refs/heads/versions/1.21.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243796719,"owners_count":20349263,"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":["mappings","minecraft","parchment-mappings"],"created_at":"2025-03-15T22:01:31.912Z","updated_at":"2025-03-15T22:02:16.214Z","avatar_url":"https://github.com/ParchmentMC.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"Parchment Mappings\n==================\n[![Discord server badge](https://img.shields.io/discord/851855518398152725?color=5865F2\u0026label=discord\u0026logo=discord\u0026logoColor=white)](https://discord.parchmentmc.org/)\n![Minecraft version badge](https://img.shields.io/badge/mc%20version-1.21-3b8526)\n\u0026nbsp;\n![Latest release version badge](https://img.shields.io/maven-metadata/v?color=forestgreen\u0026label=release\u0026metadataUrl=https%3A%2F%2Fldtteam.jfrog.io%2Fartifactory%2Fparchmentmc-internal%2Forg%2Fparchmentmc%2Fdata%2Fparchment-1.21%2Fmaven-metadata.xml)\n![CI release build status](https://github.com/ParchmentMC/Parchment/actions/workflows/release.yml/badge.svg)\n\n![Latest nightly version badge](https://img.shields.io/maven-metadata/v?color=orange\u0026label=nightly\u0026metadataUrl=https%3A%2F%2Fldtteam.jfrog.io%2Fartifactory%2Fparchmentmc-snapshots%2Forg%2Fparchmentmc%2Fdata%2Fparchment-1.21%2Fmaven-metadata.xml)\n![CI nightly build status](https://github.com/ParchmentMC/Parchment/actions/workflows/nightly.yml/badge.svg)\n\u0026nbsp;\n![Latest bleeding version badge](https://img.shields.io/maven-metadata/v?color=red\u0026label=bleeding\u0026metadataUrl=https%3A%2F%2Fldtteam.jfrog.io%2Fartifactory%2Fparchmentmc-bleeding%2Forg%2Fparchmentmc%2Fdata%2Fparchment-1.21%2Fmaven-metadata.xml)\n![CI bleeding build status](https://github.com/ParchmentMC/Parchment/actions/workflows/bleeding.yml/badge.svg)\n\nWelcome to the Parchment mappings repository!\n\nParchment is an open community-sourced modloader-neutral set of mappings of parameter names and javadocs, to augment\nthe official names released by Mojang. This repository contains the files which make up the Parchment mapping set, with\nthe build tool to manage the mappings and generate exports for publishing.\n\n### Want to use Parchment in your workspace? See the [Getting Started](https://parchmentmc.org/docs/getting-started) page at the website.\n\n## Contributing\nSee the [`docs/CONTRIBUTING.md` file](docs/CONTRIBUTING.md) for information on contributing. Also look at the \n[repository wiki](https://github.com/ParchmentMC/Parchment/wiki) for more information, such as links to the mapping \nstandards and PR review process documents.\n\n## Tools and Libraries\nOur mappings system makes use of the following open-source tools and libraries:\n- [Compass](https://github.com/ParchmentMC/Compass), the Gradle plugin powering the validation and input systems.\n- [Feather](https://github.com/ParchmentMC/Feather), a data object and parsing library used by ParchmentMC projects.\n- [Enigma](https://github.com/FabricMC/enigma), a tool for deobfuscation and mapping of Java bytecode.\n- [Moshi](https://github.com/square/moshi), a modern JSON parsing library.\n\n## Support\nWant to ask a question? Get help on how to use these mappings? Or tips on contributing to the mappings? Head over to\nour [public Discord server](https://discord.parchmentmc.org/)!\n\n## Licensing\nParchment mappings are released under the terms of the CC0 1.0 Universal (CC0 1.0), see the [`LICENSE.txt`](LICENSE.txt) \nfor the full legal text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FParchmentMC%2FParchment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FParchmentMC%2FParchment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FParchmentMC%2FParchment/lists"}