Files
minecraft-bedrock-json-schemas/behaviour/blocks/1.16.200/events/set_block_property.json

16 lines
924 B
JSON
Raw Normal View History

2021-01-05 10:41:43 +01:00
<EFBFBD><EFBFBD>{
2021-01-05 01:05:33 +01:00
"$schema": "http://json-schema.org/draft-07/schema",
2021-01-05 10:41:43 +01:00
"$id": "blockception.minecraft.behaviour.1.16.200.block.events.set_block_property",
2021-01-05 01:05:33 +01:00
"type": "object",
2021-01-05 10:41:43 +01:00
"description": "Sets a block property on this block",
"title": "set_block_property 1.16.200",
2021-01-05 01:05:33 +01:00
"additionalProperties": false,
"properties": {
2021-01-05 10:41:43 +01:00
"property": {
"type": "string",
"description": "Block property to set on the block.",
"title": "property"
}
2021-01-05 01:05:33 +01:00
}
}