{"id":18668192,"url":"https://github.com/funnyboy-roks/mca-parser","last_synced_at":"2026-03-09T21:02:16.148Z","repository":{"id":65805135,"uuid":"600284663","full_name":"funnyboy-roks/mca-parser","owner":"funnyboy-roks","description":"A library for parsing Minecraft's Region files","archived":false,"fork":false,"pushed_at":"2024-03-08T16:16:12.000Z","size":48,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-23T13:51:04.259Z","etag":null,"topics":["hacktoberfest","library","minecraft","minecraft-region","rust"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/mca-parser","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/funnyboy-roks.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-11T02:35:19.000Z","updated_at":"2024-07-27T20:23:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"de0c930b-7b20-458c-af87-dc040ded23ed","html_url":"https://github.com/funnyboy-roks/mca-parser","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"3f67666cfd29e6a378c945b3da7bb5ca1615dbc0"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/funnyboy-roks/mca-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funnyboy-roks%2Fmca-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funnyboy-roks%2Fmca-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funnyboy-roks%2Fmca-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funnyboy-roks%2Fmca-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/funnyboy-roks","download_url":"https://codeload.github.com/funnyboy-roks/mca-parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funnyboy-roks%2Fmca-parser/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267503402,"owners_count":24098328,"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-07-28T02:00:09.689Z","response_time":68,"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":["hacktoberfest","library","minecraft","minecraft-region","rust"],"created_at":"2024-11-07T08:41:45.665Z","updated_at":"2026-03-09T21:02:11.106Z","avatar_url":"https://github.com/funnyboy-roks.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# mca-parser\n\nA library for parsing Minecraft's [Region files](https://minecraft.wiki/w/Region_file_format)\n\n## Usage\n\n```rs\n// Create a Region from an open file\nlet mut file = File::open(\"r.0.0.mca\")?;\nlet region = Region::from_reader(\u0026mut file)?;\n\n// `chunk` is raw chunk data, so we need to parse it\nlet chunk = region.get_chunk(0, 0)?;\nif let Some(chunk) = chunk {\n    // Parse the raw chunk data into structured NBT format\n    let parsed = chunk.parse()?;\n    println!(\"{:?}\", parsed.status);\n} else {\n    // If the chunk is None, it has not been generated\n    println!(\"Chunk has not been generated.\");\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunnyboy-roks%2Fmca-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffunnyboy-roks%2Fmca-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunnyboy-roks%2Fmca-parser/lists"}