
_Photos/Sounds/No_More_Neighborhood_Noise.jpg)
Position tags are saved, but replaced upon loading. : A single piece of additional block data, applied to the block at its index position.īlock_entity_data: Block entity data as NBT, stored the same as block entities in the world file itself. Layer is unspecified as it is irrelevant. Each key is an integer index into the flattened list of blocks inside of block_indices. Version: Compatibility versioning number for this block (currently 17825806 as of writing, in 1.16).īlock_position_data: Contains additional data for individual blocks in the structure. The values are the appropriate NBT type for the state: strings for enum values, integers for scalar numbers, and bytes for boolean values. Examples: wood_type:"acacia", bite_counter:3, open_bit:1b. States: The block's states as keys and values. Name: The block's identifier, such as minecraft:planks. This list contains the ordered entries that the block indices are referring to. However, currently, only default is saved and loaded.Ī single palette (currently only named default).īlock_palette: List of block states.
_Photos/2017/wood-deck-feature/header.jpg)
Palette: Contains multiple named palettes, presumably to support multiple variants of the same structure.

Tags like Pos and UniqueID are saved, but replaced upon loading. Of entities: List of entities as NBT, stored exactly the same as entities in the world file itself. This layer is usually empty, except for water when the block here is waterlogged. Of Indices for blocks in the secondary layer. Of Indices for blocks in the primary layer. This occurs when structure voids are saved, and is the case for most blocks in the second layer. Index values equal to -1 indicate no block, causing any existing block to remain upon loading. For example, if the structure size is, then the 24 (product of the dimensions) values in each layer list represent the blocks located at relative to the origin. Proceeds in ZYX order from the lowest corner to the highest one. Each block is stored as an integer index into the palette (see below). These contain the blocks in the structure. Size of the structure in the Z direction.īlock_indices: List containing two sublists, one for each layer. Size of the structure in the Y direction. Size of the structure in the X direction. Size: List of three integers describing the size of the structure's bounds. The tag structure is as follows:įormat_version: Currently always set to 1. Like all Bedrock Edition NBT files, they are stored in little-endian format. Mcstructure files are uncompressed NBT files. In this case, the file in the mystructure folder is the one that "wins," resulting in the file directly in the structures folder being ignored.
