Skip to main content

Structure Part - Block

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

The Structure Part Id

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

Full Definition

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

Full Example

{
"type": "mm:block",
"block": "minecraft:glass"
}