{"id":30211387,"url":"https://github.com/superllama88888/mcbe-leveldb-reader","last_synced_at":"2025-08-13T20:36:46.828Z","repository":{"id":282381063,"uuid":"945666522","full_name":"SuperLlama88888/MCBE-LevelDB-reader","owner":"SuperLlama88888","description":"Reads Minecraft Bedrock LevelDB databases in JavaScript.","archived":false,"fork":false,"pushed_at":"2025-06-27T11:30:42.000Z","size":3334,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-09T10:43:24.219Z","etag":null,"topics":["leveldb","mcbe","minecraft-bedrock","typescript"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/mcbe-leveldb-reader","language":"TypeScript","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/SuperLlama88888.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":"2025-03-09T23:32:59.000Z","updated_at":"2025-06-27T11:30:46.000Z","dependencies_parsed_at":"2025-03-14T10:45:24.928Z","dependency_job_id":null,"html_url":"https://github.com/SuperLlama88888/MCBE-LevelDB-reader","commit_stats":null,"previous_names":["superllama88888/mcbe-leveldb-reader"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SuperLlama88888/MCBE-LevelDB-reader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperLlama88888%2FMCBE-LevelDB-reader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperLlama88888%2FMCBE-LevelDB-reader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperLlama88888%2FMCBE-LevelDB-reader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperLlama88888%2FMCBE-LevelDB-reader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SuperLlama88888","download_url":"https://codeload.github.com/SuperLlama88888/MCBE-LevelDB-reader/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperLlama88888%2FMCBE-LevelDB-reader/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270305948,"owners_count":24562118,"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-08-13T02:00:09.904Z","response_time":66,"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":["leveldb","mcbe","minecraft-bedrock","typescript"],"created_at":"2025-08-13T20:36:43.228Z","updated_at":"2025-08-13T20:36:46.801Z","avatar_url":"https://github.com/SuperLlama88888.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MCBE-LevelDB-reader\n[![NPM version](https://img.shields.io/npm/v/mcbe-leveldb-reader\n)](https://www.npmjs.com/package/mcbe-leveldb-reader)\n\nReads a MCBE LevelDB database from a .mcworld file. Can also extract all structure files from a world.\nPowered by Mojang's code from [Mojang/minecraft-creator-tools](https://github.com/Mojang/minecraft-creator-tools).\nWorks in the browser and in Node.\n\nBrowser usage:\n```js\nimport { readMcworld } from \"https://esm.sh/mcbe-leveldb-reader\";\n\nlet file = await fetch(\"./hermitcraft9.mcworld\").then(res =\u003e res.blob());\nlet levelDb = await readMcworld(file);\nconsole.log(levelDb);\n```\n\nNode usage:\n```bash\nnpm i mcbe-leveldb-reader\n```\n```js\nimport { readMcworld } from \"mcbe-leveldb-reader\";\nimport { readFile } from \"fs/promises\";\n\nconst fileBuffer = await readFile(\"./hermitcraft9.mcworld\");\nconst levelDb = await readMcworld(fileBuffer);\nconsole.log(levelDb);\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperllama88888%2Fmcbe-leveldb-reader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuperllama88888%2Fmcbe-leveldb-reader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperllama88888%2Fmcbe-leveldb-reader/lists"}