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,
|
2022-10-06 13:03:40 +02:00
|
|
|
"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
|
|
|
}
|