Files
minecraft-bedrock-json-schemas/source/behavior/blocks/1.16.200/events/set_block_property.json
2021-04-04 13:52:35 +02:00

10 lines
423 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.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" } }
}