

Pillowy's Minecraft Schematics

The .schematic file format was created by the community to store sections of a Minecraft world for use with third-party programs (specifically, MCEdit, Minecraft Note Block Studio, Redstone Simulator, and WorldEdit). Schematics are in NBT format and are loosely based on the Indev level format. Indices for the Blocks and Data arrays are ordered YZX - that is, the X coordinate varies the fastest. This is similar to block ordering for Classic, Indev, and Anvil levels.

Minecraft: Schematics

NBT Structure
-
Schematic: Schematic data.
-
Width: Size along the X axis.
-
Height: Size along the Y axis.
-
Length: Size along the Z axis.
-
Materials: This will be "Classic" for schematics exported from Minecraft Classic levels, and "Alpha" for those from Minecraft Alpha, Minecraft Beta and Minecraft 1.0 levels.
-
Blocks: Block IDs defining the terrain. 8 bits per block.
-
Data: Block data additionally defining parts of the terrain. Only the lower 4 bits of each byte are used.
-
Entities: List of Compound tags.
-
A single entity in the schematic.
-
See the Chunk Format -> Entity Format.
-
-
-
TileEntities: List of Compound tags.
-
A single tile entity in the schematic.
-
-