A browser-based tool to extract structure templates (.mcstructure) from Minecraft Bedrock Edition world files (.mcworld or .zip).
It automatically handles nested directories (e.g., iOS manual compression) and supports structure keys with the structuretemplate_mystructure: prefix.
- Works entirely in the browser – no server required.
- Extracts structures saved with the
mystructure:namespace. - Preserves Unicode names (Chinese, Japanese, etc.).
- Packages all extracted structures into a downloadable ZIP file.
- Supports both
.mcworldand.zipfiles.
https://koukibobs.github.io/mcbestructureextractor
- Uses
mcbe-leveldb-readerto parse the LevelDB database. - Built with vanilla JavaScript and the JSZip library.
- Supports extraction of any key starting with
structuretemplate_mystructure:(the default namespace used by Minecraft Bedrock).
- Special thanks to superllama88888 for creating the excellent
mcbe-leveldb-readerlibrary, which makes this tool possible. - Also thanks to the maintainers of JSZip for providing a robust ZIP handling solution.