Skip to main content

Structure Part - Block Tag

The mm:block structure part is simply a key for a specific block in a structure.

The Structure Part Id

{
"type": "mm:tag",
...
}

Full Definition

{
"type": "mm:tag",
"tag": "<block tag id>"
}

Full Example

{
"type": "mm:tag",
"tag": "minecraft:wool"
}