16 lines
452 B
JSON
16 lines
452 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"$id": "blockception.minecraft.behaviour.1.16.200.block.events.set_block_property",
|
|
"type": "object",
|
|
"description": "Sets a block property on this block",
|
|
"title": "set_block_property 1.16.200",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"property": {
|
|
"type": "string",
|
|
"description": "Block property to set on the block.",
|
|
"title": "property"
|
|
}
|
|
}
|
|
}
|