Files
minecraft-bedrock-json-schemas/source/behaviour/blocks/1.16.100/events/set_block_property.json
2021-02-01 18:39:12 +01:00

16 lines
443 B
JSON

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