Convert .nbt to .mcstructure

Move a structure saved by Minecraft Java Edition's structure blocks into Bedrock Edition. The converter reads the .nbt structure and maps its blocks into a downloadable .mcstructure file.

Free & unlimited

Runs in your browser

3D & layer previews

Drop a Minecraft schematic

orBrowse

We'll detect the format, let you view your build layer by layer in 2D / 3D, and let you export it to any format.

.schem
.litematic
.bp
.mcstructure
.nbt
.schematic
.mcstructurezip
.mcworld
.zip(Java world)
.prefab.json
.json
.glb
.gltf
.obj
.mtl
.stl
.png
.jpg
.jpeg

Support Bloxelizer

Bloxelizer is free for everyone. Subscribing to Plus helps keep the platform running and funds new features — thank you!

  • 2D build guide PDF export

  • Texture pack import & support across Bloxelizer

  • Voxelize 3D models and images using Modded Blocks

  • Private schematics

  • Team creation

  • Team sharing

  • Build progress tracking

  • Bulk converter access

  • No ads, forever

  • Plus-only upgrades

Subscribe to Plus

Starting at $3.99/mo · Cancel anytime

The .nbt and .mcstructure formats

A Java structure-block .nbt file stores a palette of Java block states and a list of positioned blocks in big-endian NBT. The Bedrock .mcstructure format is the same idea for Bedrock Edition, but uses little-endian NBT, Bedrock identifiers, and a separate liquid layer. The conversion translates the Java palette to Bedrock blocks and rewrites the structure so a Bedrock structure block or behavior pack can load it.

How to convert .nbt to .mcstructure

01

Select the Java structure block's .nbt file.

02

Use the preview to confirm the bounds and mapped blocks.

03

Download the build with .mcstructure selected.

When to use this conversion

This conversion helps when a vanilla Java structure needs to enter a Bedrock world, behavior pack, or add-on workflow that expects the .mcstructure format.

Compatibility notes

Structure NBT and Bedrock structures treat entities, block entities, and version-specific states differently. Test functional blocks after loading the result in Bedrock.

Frequently asked questions