We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The pattern list defines the structure's shape.
pattern
pattern: - offset: [x, y, z] match: <MATCHER> optional: <BOOLEAN> # Default: false
Matches a specific material.
match: OBSIDIAN
Matches empty space (must be air).
match: AIR
Matches any block within a Vanilla Tag.
match: "#minecraft:logs" # Matches oak_log, birch_log, etc. match: "#minecraft:wool"
Matches exact state.
match: "minecraft:switch[face=floor,facing=north]"
Matches if the block is ANY of the specified types.
match: - COBBLESTONE - MOSSY_COBBLESTONE - STONE_BRICKS