Skip to content

koukiBOBS/MCBEStructureExtractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

MCBE Structure Extractor

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.

Features

  • 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 .mcworld and .zip files.

How to Use

https://koukibobs.github.io/mcbestructureextractor

Technical Details

  • Uses mcbe-leveldb-reader to 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).

Acknowledgments

  • Special thanks to superllama88888 for creating the excellent mcbe-leveldb-reader library, which makes this tool possible.
  • Also thanks to the maintainers of JSZip for providing a robust ZIP handling solution.

About

A browser-based tool to extract structure templates (.mcstructure) from Minecraft Bedrock Edition world files (.mcworld or .zip). Preserves Unicode names. Powered by mcbe-leveldb-reader and JSZip – works entirely in the browser without any server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages