Files
minecraft-bedrock-json-schemas/source/behavior/blocks/1.17.0/events/set_block_property.json
2021-08-22 00:15:58 +02:00

9 lines
364 B
JSON

{
"$id": "blockception.minecraft.behavior.1.17.0.block.events.set_block_property",
"type": "object",
"description": "Sets a block property on this block",
"title": "Set Block Property 1.17.0",
"additionalProperties": false,
"properties": { "property": { "type": "string", "description": "Block property to set on the block.", "title": "Property" } }
}