9 lines
377 B
JSON
9 lines
377 B
JSON
{
|
|
"$id": "blockception.minecraft.behavior.1.16.100.block.events.set_block_property",
|
|
"type": "object",
|
|
"description": "Sets a block property on this block",
|
|
"title": "Set Block Property",
|
|
"propertyNames": { "examples": ["self:foo"] },
|
|
"additionalProperties": { "type": "string", "description": "Block property to set on the block.", "title": "Property" }
|
|
}
|