Files
minecraft-bedrock-json-schemas/source/behavior/blocks/format/events/set_block.json

16 lines
412 B
JSON
Raw Normal View History

2021-08-22 00:15:58 +02:00
{
2022-06-07 21:39:02 +02:00
"$id": "blockception.minecraft.behavior.block.events.set_block",
2021-08-22 00:15:58 +02:00
"type": "object",
"description": "Sets this block to another block type.",
2022-06-07 21:39:02 +02:00
"title": "Set Block",
2021-08-22 00:15:58 +02:00
"additionalProperties": false,
"properties": {
"block_type": {
"$ref": "../../../../general/block/reference.json",
"default": "",
"description": "The type of block to set.",
"title": "Block Type"
}
}
2021-08-22 00:15:58 +02:00
}