Files
minecraft-bedrock-json-schemas/source/behavior/blocks/1.16.100/events/set_block_property.json
2021-05-26 01:23:51 +02:00

9 lines
359 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",
"additionalProperties": false,
"properties": { "property": { "type": "string", "description": "Block property to set on the block.", "title": "Property" } }
}